Python
fromRealpython
1 week agoPython's pathlib Module: Taming the File System Quiz - Real Python
Use Python's pathlib module to perform common filesystem operations like path joining, iteration, file creation, writing, renaming, and extracting filename components.
