HOW TO START THE PYTHON APPLICATION First Python must be installed in your path. To confirm, enter which python or which python3 into the shell. To start the application The application is called script.py. Enter either python or python3 followed by the filename of the main script. python script.py