how to execute python files in command prompt code example
Example 1: how to run python file from cmd
// To run pytho script from CMD
// type python and the name of the file. Assuming hello.py
python hello.py
Example 2: how to run a python package from command line
python -m my_course.filter