Step 1: Download Python newest version from https://www.python.org/downloads/ Step 2:Install Python Step 3:Download Pycharm Community free version Step 4:Install and open Pycharm Step 5:Write print("Hello New World") //Hurray you are about to start python
Here is what the above code is Doing:
1. It’s downloading the newest version of Python from the Python website.
2. It’s installing Python on your computer.
3. It’s downloading Pycharm Community, a free version of the Pycharm IDE.
4. It’s installing and opening Pycharm.
5. It’s writing a simple Python program that prints “Hello New World” to the screen.