Overview

Here, we discuss how to work with operation system.

  • os: This section explain how to interact with the operating system in a platform-independent manner.
  • sys: Explain how how use sys to access to variables and functions that interact directly with the Python interpreter.
  • subproces: This section explain subprocess module that allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes.
  • Challenges: Under the construction.