Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

run python from other python files

import os

os.system('python my_file1.py')
os.system('python my_file2.py')
 
PREVIOUS NEXT
Tagged: #run #python #python #files
ADD COMMENT
Topic
Name
1+5 =