Summary:
By completing this lesson, Working with Files and Folders in Python , you should now be comfortable with:
-
Using
osfor file system operations (navigation, create/delete/rename). -
Using
pathlibfor clearer path management. -
Finding groups of files with
globpatterns. -
Reading and writing files (text and CSV, with proper handling of newlines and encodings).
-
Handling binary file data safely.
-
Working a bit with time stamps and calendar data.
-
Combining these skills to solve a practical problem (automating backups and cleanups).
