From charlesreid1

Revision as of 15:39, 11 September 2018 by Admin (talk | contribs) (Created page with "Covers the many useful features of the <code>os</code> module in Python. Documentation: https://docs.python.org/3/library/os.html#module-os Higher level Python file/dir docu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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