best way to execute python script from other python script code example
Example 1: how to call a python script from another python script
import fileB
fileB.my_func()
Example 2: how to execute a python script
C:\Python27\python.exe C:\Users\Username\Desktop\my_python_script.py