Answers for "how to run scripts in python"

12

run python file using python code

exec(open('file.py').read())
Posted by: Guest on May-24-2020
0

how to run a python package from command line

python -m my_course.filter
Posted by: Guest on November-09-2020

Code answers related to "how to run scripts in python"

Python Answers by Framework

Browse Popular Code Answers by Language