Go to file
2024-10-09 00:56:22 +03:00
.vscode update 2024-10-09 00:56:22 +03:00
.gitignore Initial commit 2024-10-08 21:37:03 +00:00
LICENSE Initial commit 2024-10-08 21:37:03 +00:00
module1.ipynb update 2024-10-09 00:56:22 +03:00
module2.ipynb update 2024-10-09 00:56:22 +03:00
module3.ipynb update 2024-10-09 00:56:22 +03:00
module4.ipynb update 2024-10-09 00:56:22 +03:00
module5.ipynb update 2024-10-09 00:56:22 +03:00
README.md README.md Güncelle 2024-10-08 21:43:39 +00:00

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