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:
- Open, read and write files with Python
- Run external commands with the subprocess module
- Python networking: creating clients and servers
This section is new; more content will be added later on.