Answers for "best way to execute python script from other python script"

3

how to call a python script from another python script

import fileB
fileB.my_func()
Posted by: Guest on May-31-2020
-2

how to execute a python script

C:\Python27\python.exe C:\Users\Username\Desktop\my_python_script.py
Posted by: Guest on January-29-2021

Code answers related to "best way to execute python script from other python script"

Python Answers by Framework

Browse Popular Code Answers by Language