Crash_Course_on_Python/README.md
2024-10-08 21:43:39 +00:00

895 B

Crash Course on Python

Digital notes about 1nd course of IT Automation with Python on Coursera created by Google

Program overview

This program is composed of six courses: Course 1: Crash Course on Python; Course 2: Using Python to Interact with the Operating System; Course 3: Introduction to Git and GitHub; Course 4: Troubleshooting and Debugging Techniques; Course 5: Configuration Management and the Cloud; Course 6: Automating Real-World Tasks with Python;

Learning Objectives

  • Define the terms computer program, programming language, script, and automation
  • Use the print() function to output data to the screen
  • Explain the difference between the syntax and semantics of a programming language
  • List some of the characteristics of the Python language
  • Utilize basic Python arithmetic operators to obtain the results of mathematical expressions