subprocess
- External CLI tool to demo subprocess
- Run with os.system
- Run external process let STDOUT and STDERR through
- Run external process and capture STDOUT and STDERR separately
- Run external process and capture STDOUT and STDERR merged together
- subprocess in the background
- subprocess collect output while external program is running
- Exercise: Processes
- Subprocess TBD