Python Tutorials - Herong's Tutorial Examples - v2.14, by Herong Yang
"sys" and "os" Modules
This chapter provides introductions and tutorial examples about 'sys' and 'os' modules. Topics include using 'sys' and 'os' properties and methods; accessing Python system information; accessing operating system information; creating child processes; managing files and directories.
Takeaways:
Table of Contents
Variables, Operations and Expressions
Function Statement and Function Call
Iterators, Generators and List Comprehensions
Packages and Package Directories
"pathlib" - Object-Oriented Filesystem Paths
"pip" - Package Installer for Python
SciPy.org - Python Libraries for Science
pandas - Data Analysis and Manipulation
Anaconda - Python Environment Manager