You now know how to use Python to perform the most common operations on files and groups of files. You’ve learned about the different built-in modules used to read, find, and manipulate them.
You’re now equipped to use Python to:
- Get directory contents and file properties
- Create directories and directory trees
- Find patterns in filenames
- Create temporary files and directories
- Move, rename, copy, and delete files or directories
- Read and extract data from different types of archives
- Read multiple files simultaneously using
fileinput
Ranjit Shrivastva on Aug. 16, 2020
Great stuff from handling of files in python. got something new which can be used in my current project. great job. Thanks for this great tutorial.