File Exercises Practice With pathlib: Python Basics



File Exercises Practice With pathlib: Python Basics

File Exercises Practice With pathlib: Python Basics

This video takes you through the previous Python Basics:File System Operations, with a focus on practicing the techniques shown. You’ll use the pathlib module to complete file system operations without relying on your graphical user interface (GUI).

This is a portion of the complete course, which you can find here:
https://realpython.com/courses/python-file-system-exercises/

The rest of the course covers how to:
– Iterating over the contents of a directory
– Searching for files using wildcards
– Creating sub-directories
– Writing a directory organization script

Comments are closed.