subprocess

  1. External CLI tool to demo subprocess
  2. Run with os.system
  3. Run external process let STDOUT and STDERR through
  4. Run external process and capture STDOUT and STDERR separately
  5. Run external process and capture STDOUT and STDERR merged together
  6. subprocess in the background
  7. subprocess collect output while external program is running
  8. Exercise: Processes
  9. Subprocess TBD