This covers the complete install for python and PyCharm and how to run a program in PyCharm.
I step though the following:
- how to check if you have python 3.7 using the cmd.exe command line
- warnings about ways to not install python
- the python install process with the options you need
- Checking if it installed
- Installing the most popular IDE for editing and running python, PyCharm
- I show you how to create and run a hello program