Python is known for many things, and one of them is its ability to function as a scripting language. It’s a great language to glue things together and interact with the underlying operating system. You will learn how to use Python to interact with the underlying operating system:
- Read and write files with Python (coming soon)
- Run external commands with the subprocess module
This section is new; more content will be added later on.
