20 lines
893 B
Markdown
20 lines
893 B
Markdown
# 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 |