To find all the different processes that are running with python, do this:

 ps -auxx | grep 'python'