How do I keep track of Python subprocesses?
You can use the Python Documentation page provided by the developers in order to learn about the management of the subprocesses in python. The subprocesses part of Python is extended and vastly documented. You will find all the information you need using the link below.
Python Documenation: https://docs.python.org/2/library/subprocess.html