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
1# For macs...
2# Apparently you don't want to upgrade 2.* just install 3.*
3
4% brew install python3
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.