#pathlib

[ follow ]
Python
fromRealpython
2 weeks ago

Python'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.
[ Load more ]