Running Python scripts & programs

Using the Windows command prompt This is the format of what you need to enter python Instructs that you want to use python.exe for this.  Sometimes you need to enter “python3” instead of “python”, if that’s what your .exe is named. This assumes you have the path to python.exe added to your Windows PATH environmental […]

Read More

Python command line

The Python Interpreter command line You use this to write Python code directly into the command line Using the Python Interpreter Opening the command line Start > All Apps > Python 3.7 > Python 3.7 (64 bit) Closing the command line CTRL+Z or you can type “quit()”

Read More