Exec, execfile, os.system, subprocess, funtion (if name == main)...
What is the best method, and why, to run multiple python files sequentially as well as possibly multiple times (in a loop) through a single "master" script while also showing status updates via print statements from inside each file on an IDE console?