Working with os and shutil
Automate file and directory operations.
1
Working with os and shutil
Python’s os and shutil modules provide powerful tools for interacting with the file system, managing directories, and automating file-related tasks.
In this lesson, you’ll learn how to use these modules for tasks like file manipulation, directory management, and more.

2
What Is the os Module?
The os module provides functions for interacting with the operating system, such as creating directories, deleting files, and getting environment variables.
All lessons in this course
- Automating Tasks with Scripts
- Working with os and shutil
- Automating Emails and Reports