1Step 1: Download Python newest version from
2
3 https://www.python.org/downloads/
4
5Step 2:Install Python
6Step 3:Download Pycharm Community free version
7Step 4:Install and open Pycharm
8Step 5:Write print("Hello New World")
9 //Hurray you are about to start python
11. Open start menu and type python
22. Right click on python and select open file location. It will a window in explorer just like below.
33. Again , right click on selected python and select open file location. A window will open and you are now in python’s installation directory.
1# https://www.python.org/downloads/release/python-370/
2# change the last 3 digits in the link to determine version
3# (e.g: '370' -> 3.7.0 && if you want 3.7.5 version just change them to '375')
1# Download and Install python from https://www.python.org/downloads
2# Try to get the latest version of Python, and please avoid using python 2.x unless you have a reason to.
1# Go to Python.org and use archives to explore past releases of Python.
2# If you're using an IDE like Thonny, install Python 3.7.9 (depends on how updated your IDE is).
3
4# Download your version of Python and click the executable. Then install after receiving the UAC prompt (Windows).