From charlesreid1

(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...")
 
 
Line 16: Line 16:


* os.path
* os.path
*


==useful functions==
==useful functions==

Latest revision as of 15:44, 11 September 2018

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