Updated since my 2017 versions since windows 10 has same new dialogs. This covers the complete install for python and PyCharm and how to run a program in PyCharm.
I step though the following:
1. how to check if you have python 3.7 using the cmd.exe command line
2. warnings about ways to not install python
3. the python install process with the options you need
4. Checking if it installed
5. Installing the most popular IDE for editing and running python, PyCharm
6. I show you how to create and run a hello program