2nd course
Go to file
2025-02-02 22:24:24 +03:00
.gitignore Initial commit 2024-09-29 09:44:49 +00:00
by_department.csv update 2024-10-20 19:47:47 +03:00
glossary.ipynb update 2025-02-02 22:24:24 +03:00
hosts.csv update 2024-10-20 19:47:47 +03:00
LICENSE update LICENSE 2024-10-09 08:18:22 +03:00
module1.ipynb update 2024-10-07 22:53:17 +03:00
module2.ipynb update 2024-11-13 15:17:51 +03:00
module3.ipynb module 4 start 2025-01-24 23:24:46 +03:00
module4.ipynb update 2025-01-25 12:01:36 +03:00
module5.ipynb module 6 start 2025-01-27 16:51:28 +03:00
module6.ipynb module 7 start 2025-02-02 19:48:42 +03:00
module7.ipynb update 2025-02-02 22:24:24 +03:00
README.md README.md Güncelle 2024-10-08 21:43:16 +00:00
takeaways.ipynb update 2025-02-02 22:24:24 +03:00

Using Python to Interact with the Operating System

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

Course prerequisites

This course builds upon the contents taught in the introduction to Python course:

  • The basic Python syntax (if, for, while, defining functions, classes, and methods)
  • How to use the most common data structures (strings, lists, tuples, and dictionaries)
  • How to import and use additional Python modules

This course also requires some familiarity with some basic operating system concepts:

  • Files, directories, and file systems
  • Processes
  • Log files

Useful Sources

https://automatetheboringstuff.com

https://docs.python-guide.org

https://docs.python.org/3/reference/index.html