Course “Working with Files in Python” 3. Manipulating files and folders are important aspects of working with Python. This course will teach you how to implement the most useful and common file and folder operations available in the standard library and can be created using Python. The Python standard library has several built-in modules that contain a number of functions for file management and are part of several modules such as os, path, shutil and pathlib. The Python Standard Library is one of the best libraries that every Python developer should know and master. In this tutorial on working with files in Python 3, you’ll learn the skills and exercises you need to easily work with and manage files and folders in Python. First, you’ll learn how to find files in Python using string and pattern matching methods. Next, you will learn how to perform various operations on files and folders such as copy, move, rename, delete, archive, navigate, etc. Finally, you will learn how to read and write text, CSV, XML, JSON and Pickle files − some of the most common file types. After completing this course, you will have the Python 3 file manipulation skills and knowledge you need to successfully work with files and folders using Python.