2nd course
.gitignore | ||
by_department.csv | ||
glossary.ipynb | ||
hosts.csv | ||
LICENSE | ||
module1.ipynb | ||
module2.ipynb | ||
module3.ipynb | ||
module4.ipynb | ||
module5.ipynb | ||
module6.ipynb | ||
module7.ipynb | ||
README.md | ||
takeaways.ipynb |
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