This is a six-course certificate, developed by Google and designed to teach how to program in Python and how to use Python to automate common system administration tasks, also manage version control with Git and GitHub, troubleshoot and debug complex problems and apply automation at scale by using configuration management and the Cloud. Learn to manage resources, troubleshoot real-world IT problems, and understand the power of automation, preparing you for advanced roles in IT support and system administration.
- Crash Course on Python
- Using Python to interact with the Operating System
- Git and Github
- Troubleshooting and Debugging Techniques
- Configuration Management and the Cloud
- Automating Real-World tasks with Python
.upper()
.lower()
.split()
.format()
.isnumeric()
.isalpha()
.replace()
string index [ ]
len()
.reverse()
.extend()
.insert()
.append()
.remove()
.sort()
list comprehensions [ ] with if condition
.items()
.update()
.keys()
.values()
.copy()
dictionary[key]
dictionary[key] = value