Python's os module
Python's os module is used to interact with the operating system. Let's explore it a little bit.
We'll cover the following...
The os module has many uses. We won’t be covering everything that it can do. Instead, we will get an overview of its uses and we’ll also take a look at one of its sub-modules, ...