From 1f1a8aa8da16dc5956013c5c01ae5ed720e01664 Mon Sep 17 00:00:00 2001 From: woose Date: Tue, 8 Oct 2024 21:43:01 +0000 Subject: [PATCH] =?UTF-8?q?README.md=20G=C3=BCncelle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c01129e..e782513 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file