From charlesreid1

Covers the many useful features of the os module in Python.

Documentation: https://docs.python.org/3/library/os.html#module-os

Higher level Python file/dir documentation (related modules): https://docs.python.org/3/library/filesys.html


This module provides a portable way of using operating system dependent functionality.

- https://docs.python.org/3/library/os.html#module-os


submodules

List of os submodules:

  • os.path

useful functions

manipulate paths

check file existence

make directory