README.md Güncelle

This commit is contained in:
Yavuz Sava 2024-10-08 21:43:01 +00:00
parent c72ce195b0
commit 1f1a8aa8da

View File

@ -1,2 +1,20 @@
# Crash_Course_on_Python
# 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