Python Tutorial #1

Python 3.7 is an interpreter that is needed to execute Python commands. We will need a 3rd party tool to translate Python to another language and compile the programs to an executable *.exe file. One such 3rd party tool is PyInstaller. However, to install a Python package, we need to have pip installed. Pip documentation can be found at: ................
................