subprocess

The subprocess module enables launching new processes and interacting with their input/output. It is commonly used to execute external commands or shell scripts, making it a key component in building automation and deployment tools.

Resource Introduction