subprocess - Shell Commands
Learning Objectives
Lesson Outline
Running Commands
Learn
Capturing Output
Error Handling
subprocess Basics Quiz
Quiz
The subprocess module lets you spawn new processes and connect to their input/output.
subprocess