DEV Community

Discussion on: Python : OS Module

Collapse
 
norweeg profile image
Brennen Raimer • Edited

100% of these functions and the majority of this module ought to be considered deprecated by pathlib and shutil. If you are still using os for filesystem operations, you are making your life harder than it needs to be.

docs.python.org/3/library/pathlib....

docs.python.org/3/library/shutil.html