Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
This beginner-level, six-course certificate, developed by Google, is designed to provide IT professionals with in-demand skills -- including Python, Git, and IT automation -- that can help you advance your career.
Knowing how to write code to solve problems and automate solutions is a crucial skill for anybody in IT. Python, in particular, is now the most in-demand programming language by employers.
This program builds on your IT foundations to help you take your career to the next level. It’s designed to teach you how to program with Python and how to use Python to automate common system administration tasks. You'll also learn to use Git and GitHub, troubleshoot and debug complex problems, and apply automation at scale by using configuration management and the Cloud.
This certificate can be completed in about 6 months and is designed to prepare you for a variety of roles in IT, like more advanced IT Support Specialist or Junior Systems Administrator positions. Upon completion, you can share your information with potential employers, like Deloitte, Target, Verizon, and of course, Google.
We recommend that you have Python installed on your machine. For some courses, you’ll need a computer where you can install Git or ask your administrator to install it for you.
If you’d like to learn the fundamentals of IT support, check out the beginner level Google IT Support Professional Certificate.
Check out all Google Career Certificates here.
Syllabus
Course 1: Crash Course on Python
- Offered by Google. This course is designed to teach you the foundations in order to write simple programs in Python using the most common ... Enroll for free.
Course 2: Using Python to Interact with the Operating System
- Offered by Google. By the end of this course, you’ll be able to manipulate files and processes on your computer’s operating system. You’ll ... Enroll for free.
Course 3: Introduction to Git and GitHub
- Offered by Google. In this course, you’ll learn how to keep track of the different versions of your code and configuration files using a ... Enroll for free.
Course 4: Troubleshooting and Debugging Techniques
- Offered by Google. In this course, we'll give you the tools to quickly identify and solve real-world problems that you might come across in ... Enroll for free.
Course 5: Configuration Management and the Cloud
- Offered by Google. Unlock the potential of automation for computer fleet management in our all-encompassing course. Whether you're new to ... Enroll for free.
Course 6: Automating Real-World Tasks with Python
- Offered by Google. In the final course, we'll tie together the concepts that you’ve learned up until now. You'll tackle real-world scenarios ... Enroll for free.
- Offered by Google. This course is designed to teach you the foundations in order to write simple programs in Python using the most common ... Enroll for free.
Course 2: Using Python to Interact with the Operating System
- Offered by Google. By the end of this course, you’ll be able to manipulate files and processes on your computer’s operating system. You’ll ... Enroll for free.
Course 3: Introduction to Git and GitHub
- Offered by Google. In this course, you’ll learn how to keep track of the different versions of your code and configuration files using a ... Enroll for free.
Course 4: Troubleshooting and Debugging Techniques
- Offered by Google. In this course, we'll give you the tools to quickly identify and solve real-world problems that you might come across in ... Enroll for free.
Course 5: Configuration Management and the Cloud
- Offered by Google. Unlock the potential of automation for computer fleet management in our all-encompassing course. Whether you're new to ... Enroll for free.
Course 6: Automating Real-World Tasks with Python
- Offered by Google. In the final course, we'll tie together the concepts that you’ve learned up until now. You'll tackle real-world scenarios ... Enroll for free.
Courses
-
This course is designed to teach you the foundations in order to write simple programs in Python using the most common structures. No previous exposure to programming is needed. By the end of this course, you will understand the benefits of programming in IT roles; understand basic Python syntax; explore different code editors and developer environments; be able to write simple programs using Python; figure out how the building blocks of programming fit together; and combine all of this knowledge to solve a complex programming problem. We'll start off by diving into the basics of writing a computer program. Along the way, you’ll get hands-on experience with programming concepts through interactive exercises and real-world examples. You’ll quickly start to see how computers can perform a multitude of tasks — you just have to write code that tells them what to do.
-
By the end of this course, you’ll be able to manipulate files and processes on your computer’s operating system. You’ll also have learned about regular expressions -- a very powerful tool for processing text files -- and you’ll get practice using the Linux command line on a virtual machine. And, this might feel like a stretch right now, but you’ll also write a program that processes a bunch of errors in an actual log file and then generates a summary file. That’s a super useful skill for IT Specialists to know. We’ll kick off by exploring how to execute Python locally, and organize and use code across different Python files. We'll then learn how to read and write different types of files, and use subprocesses and input streams. We'll also dive into Bash scripting and regular expressions -- both very powerful tools for anyone working with systems. We'll even touch on automatic testing, which allows us to automate how we check if our code is correct. To finish, we’ll put all this together by using the tools that we’ve acquired to process data and generate automatic reports. We’ll also explain how to set up your own developer environment in your machine. This is a key step in being able to write and deploy powerful automation tools.
-
In this course, you’ll learn how to keep track of the different versions of your code and configuration files using a popular version control system (VCS) called Git. We'll also go through how to set up an account with a service called GitHub so that you can create your very own remote repositories to store your code and configuration. Throughout this course, you'll learn about Git's core functionality so you can understand how and why it’s used in organizations. We’ll look into both basic and more advanced features, like branches and merging. We'll demonstrate how having a working knowledge of a VCS like Git can be a lifesaver in emergency situations or when debugging. And then we'll explore how to use a VCS to work with others through remote repositories, like the ones provided by GitHub. By the end of this course, you'll be able to store your code's history in Git and collaborate with others in GitHub, where you’ll also start creating your own portfolio! In order to follow along and complete the assessments, you’ll need a computer where you can install Git or ask your administrator to install it for you.
-
In this course, we'll give you the tools to quickly identify and solve real-world problems that you might come across in your IT role. We'll look at a bunch of different strategies and approaches for tackling the most common pitfalls of your code and IT infrastructure. You'll learn strategies for approaching almost any technical problem and then see how those apply to solving different real-world scenarios. We picked examples that include general system issues, issues with software that someone else wrote, and issues with programs that we wrote. We'll talk about problems that can affect any operating system, and we'll also look at challenges specific to certain platforms and scripting languages. We strongly recommend that you’ve taken the prior courses in this program, or already have knowledge of Python and Linux so that you can follow along with our troubleshooting examples.
-
Unlock the potential of automation for computer fleet management in our all-encompassing course. Whether you're new to the field or seeking to expand your skills, this program provides a solid foundation in automation techniques, offering a pathway to becoming a versatile IT professional prepared to launch and support modern cloud based applications and systems. You’ll start by discovering the art of automating computer deployment and management in a cloud-based environment. Then delve into the world of containerization with Docker and learn container orchestration with Kubernetes. Next gain expertise in configuration management tools and techniques to ensure system consistency and reliability. You will explore the world of monitoring, enabling proactive responses to potential issues. Finally, embrace the DevOps culture as you learn the principles of CI/CD. Become proficient in the art of automating software delivery pipelines, ensuring efficiency, quality, and consistency.
-
In the final course, we'll tie together the concepts that you’ve learned up until now. You'll tackle real-world scenarios in Qwiklabs that will challenge you to use multiple skills at once. First, we'll take a closer look at how to use external Python modules to extend your code's capabilities, and spend some time learning how to use documentation to learn a new module. For example, we'll use the Python Image Library (PIL) to create and modify images. We'll show you some simple examples of how to perform common tasks in the course material, but it will be up to you to explore the module documentation to figure out how to solve specific problems. Next, we'll show you how to communicate with the world outside of your code! You'll use data serialization to turn in-memory objects into messages that can be sent to other programs. Your program will send messages across the network to Application Programming Interfaces (APIs) offered by other programs. For those times when your code needs to talk to a person instead of a program, you'll also learn to send email messages. At the end of this course, you’ll be able to take a description of a problem and use your skills to create a solution -- just like you would on the job. In your final capstone project, you'll be given a description of what your customer needs, and it will be up to you to create a program to do it!
Taught by
Tags
Reviews
5.0 rating, based on 1 Class Central review
Showing Class Central Sort
-
Excellent course - but not for beginners at all! It's very tough and challenging! ..... And covers a lot of ground beyond just Python. Take it if you want to be stretched.