Google IT Automation with Python Professional Certificate Online

These Google IT automation courses offer foundational instruction in Python, Git and configuration management of cloud devices for successful implementation of IT automation solutions.

Certificate | Beginner | 0 hours | Coursera
Price: Included in $49 monthly subscription
GET UP TO 10 COLLEGE CREDITS

十大正规赌博平台大全排行与Coursera Campus合作,为寻求进步的学习者提供尖端证书. Courses are open to all learners. No application required.

Included in your subscription

Get unlimited access to over 7,000 offerings found on the Coursera website – including guided projects, specializations and professional certificates offered by hundreds of leading universities and companies. You also get access to all 39 professional certificates found in the Franklin Marketplace.

LEARN MORE


What You Will Learn

  • Develop an understanding of how to read and write different files, including writing simple programs using Python
  • Study version control and learn how to leverage Git and GitHub to keep track of code and configuration files
  • Use real-world scenarios to troubleshoot and debug a variety of technical problems
  • Gain the skills needed to write and deploy powerful automation tools

About the Google IT Automation with Python Professional Certificate

Go next-level in your career by adding such in-demand skills as Python, Git and IT automation to your professional credentials.  谷歌IT自动化Python专业证书是由谷歌开发的,专为Python初学者设计.

If you're tech-minded, hard-working, and want to learn to write code, automate systems tasks and use the Cloud to help scale infrastructure, then this professional certificate is for you.

Developed by Google, the six courses in this certificate program will prepare you for a variety of IT functions, such as support specialist and junior systems admin.

Through a combination of coursework and learning application assignments, you'll learn and practice programming with Python, automating common tasks, and troubleshooting and debugging problems with Git and Github.

Required Google IT Automation with Python Professional Certificate Courses

Crash Course on Python

BEGINNER | Information Technology | Self-paced | 33 hours

本课程旨在教你使用最常见的结构在Python中编写简单程序的基础知识. 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, 您将通过交互式练习和现实世界的例子获得编程概念的实践经验. 您将很快开始了解计算机是如何执行大量任务的——您只需要编写代码来告诉它们该做什么.
Using Python to Interact with the Operating System

BEGINNER | Information Technology | Self-paced | 84 hours

By the end of this course, you’ll be able to manipulate files and processes on your computer’s operating system. 您还将了解正则表达式——一种处理文本文件的非常强大的工具——并且您将在虚拟机上练习使用Linux命令行. And, this might feel like a stretch right now, 但是,您还将编写一个程序,在实际的日志文件中处理一堆错误,然后生成一个摘要文件. 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. 十大正规赌博平台大全排行还将深入研究Bash脚本和正则表达式——对于任何使用系统的人来说,这两种工具都非常强大. We'll even touch on automatic testing, which allows us to automate how we check if our code is correct. To finish, 十大正规赌博平台大全排行将使用十大正规赌博平台大全排行所获得的工具来处理数据并生成自动报告,从而将所有这些组合在一起. 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.
Introduction to Git and GitHub

BEGINNER | Information Technology | Self-paced | 27 hours

In this course, 您将学习如何使用称为Git的流行版本控制系统(VCS)跟踪代码和配置文件的不同版本. 十大正规赌博平台大全排行还将介绍如何使用名为GitHub的服务设置帐户,以便您可以创建自己的远程存储库来存储代码和配置. 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. 十大正规赌博平台大全排行将演示如何在紧急情况下或调试时掌握像Git这样的VCS的工作知识. 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.
Troubleshooting and Debugging Techniques

BEGINNER | Information Technology | Self-paced | 25 hours

In this course, 十大正规赌博平台大全排行将为您提供快速识别和解决您在IT角色中可能遇到的实际问题的工具. 十大正规赌博平台大全排行将研究一堆不同的策略和方法,以解决代码和IT基础架构中最常见的陷阱. 您将学习解决几乎任何技术问题的策略,然后了解如何将这些策略应用于解决不同的现实场景. 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.
Configuration Management and the Cloud

BEGINNER | Information Technology | Self-paced | 66 hours

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, 为成为一名准备好启动和支持现代基于云的应用程序和系统的多才多艺的IT专业人员提供了一条途径. 您将首先发现在基于云的环境中自动化计算机部署和管理的艺术. Then delve into the world of containerization with Docker and learn container orchestration with Kubernetes. 接下来,获得配置管理工具和技术方面的专业知识,以确保系统的一致性和可靠性. 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.
Automating Real-World Tasks with Python

BEGINNER | Information Technology | Self-paced | 48 hours

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. 您的程序将通过网络向其他程序提供的应用程序编程接口(api)发送消息. 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, 你将能够描述一个问题,并运用你的技能来创造一个解决方案——就像你在工作中所做的那样. 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!

Complete This Certificate. Get College Credit.

You know that skill-specific courses will open the door to specialized jobs, but did you know that they will also move you closer to a degree at Franklin University?

该大学已经评估了数百个行业认可的熟练程度认证,并授予相当于十大正规赌博平台大全排行特定课程的学分, as well as technical- or elective-credit requirements. See how much time and money you'll save toward your degree by building on prior learning credit.

Browse & Filter

Degree Type
Program Type



Bolster Your Professional Skills

通过十大正规赌博平台大全排行的专业证书来加强你的技能,夺回控制权或重新思考你的职业生涯. Learn, 通过专业发展课程来磨练或掌握与工作相关的技能,这些课程不会让你倾家荡产,也不会占用你的空闲时间. These online courses let you feed your curiosity and develop new skills that have real value in the workplace. Learn at your own pace. Cancel your subscription anytime.

Showcase Your Capabilities

Through Franklin’s partnership with Coursera, 证书课程可以让你应用你所学的知识,建立一个职业档案,帮助你向雇主展示你的专业能力. Whether you're moving into a new field or progressing in your current one, the hands-on projects offer real-world examples that help illustrate your skills and abilities. Project completion is required to earn your Certificate.

Gain a Competitive Advantage

当你在你的证书上加上一份专业证书时,会引起招聘经理和你的职业关系网的注意. Many Certificates are step toward full certification while others are the start of a new career journey. At Franklin, 如果你决定参加十大正规赌博平台大全排行众多学位课程之一,你的证书也可能被评估为课程学分.

Frequently Asked Questions

How much does the Google IT Automation with Python Professional Certificate cost?

When you enroll in this self-paced certificate program, you decide how quickly you want to complete each of the courses in the specialization. To access the courses, you pay a small monthly cost of $35, so the total cost of your Professional Certificate depends on you. Plus, you can take a break or cancel your subscription anytime.

How long does it take to finish the Google IT Automation with Python Professional Certificate?

大约需要5-6个月的时间来完成课程和实践项目,以获得证书.

What prior experience do I need to enroll?

No prior experienced is needed for this beginner-level series. Enroll now.

What will I be able to do with my Google IT Automation with Python Professional Certificate?

在您的专业网络中分享您的证书,以推进您的职业生涯并展示诸如Python等需求技能, Git and IT automation.

我是否需要申请并被录取为十大正规赌博平台大全排行的学生,才能通过FranklinWORKS市场提供课程?

No. Courses offered through the Marketplace are for all learners. There is no application or admission process.

If I complete a certificate and decide to enroll at Franklin, how do I get course credit toward a degree?

Please submit your certificate to plc@jkchealthtech.com for review and processing. After your official evaluation has been completed, please review it to ensure that all eligible credits have been applied. 

You can submit documentation before or after you apply to Franklin.



Shareable Certificate

Earn a certificate upon completion

100% Online

Start instantly and learn on your own schedule

Flexible

Set timelines that are convenient for you

Beginner Level

For anyone who is interested in learning

Login

Returning User

Have you taken Franklin courses previously? If so, you can log in with your existing credentials:

LOG IN

If you have an account but do not know your username or password, you can recover them here:

ACCOUNT RECOVERY

New User

The email address you entered is already associated with a Franklin account.

Please LOG IN in the Returning User area.

If you have an existing account with Franklin University but are unable to log in, you can recover a lost or forgotten username/password with the ACCOUNT RECOVERY button.

If you believe this to be in error, or if you are unable to use your existing Franklin account credentials, please contact the Franklin University Helpdesk for assistance.

Pay Now to Enroll in Coursera Programs!

For $49 per month, 你可以无限制地访问十大正规赌博平台大全排行与Coursera合作提供的完整课程目录.

Learn at your own pace, and cancel your subscription at any time.

Google IT Automation with Python Professional Certificate Online

Total $0

We do not refund payment for online courses or programs. If you purchased an online course and it is not what you expected, please contact us at FWMarketplace@jkchealthtech.com to share your constructive feedback.

Ask A Question

Partnership and Group Discounts

If you are with an organization looking to upskill your workforce, discounted group pricing is available. Please contact:

Whitney Iles
Director of Partnerships and Client Management
whitney.iles@jkchealthtech.com
614.947.6702

Additional Options

If you can't find what you're looking for, additional options may be available. Please contact:

David Kerr
Strategic Alliances Systems & Operations Director
FWMarketplace@jkchealthtech.com
614.947.6079

How It Works

  1. Create Your Account

    Sign up with just your name, email, and phone number. This will let you log in and save your favorite programs as you browse our offerings, as well as access any products you purchase.

  2. Pay Now to Enroll

    Some programs are included as part of our $49 monthly subscription, while others are priced on an individual basis. Select what works for you and pay through our fast, simple, and secure payment portal.

  3. Start Learning

    Choose from our self-paced offerings to work on your own schedule, or select instructor-led courses for a more traditional experience.

  4. Share

    Share the certificates, badges, and credentials you earn to put your new skills to work for you.

How It Works

  1. Sign Up

    Provide your name, 电子邮件和电话号码,开始了解更多关于医疗证书,并与个人教育顾问联系.

  2. Meet Your Education Consultant

    Enroll in your ideal program based on your career goals. We'll help you determine the best path & payment plan for you.

  3. Start Learning

    Utilize our immersive learning & dynamic exam prep. Get guidance and motivation from your personal Student Success Advisor.

  4. Get Certified

    Use your newly learned knowledge to take your certification exam & gain national credentials.

Partner Console

Your changes were successfully submitted