Before you start, you will need Python on your computer. Learning Python will start with installing Python on our System. So Here you can find simple steps to download Python on your PC. I am just telling you how to install it on Windows. For other OS you can refer (Click here) – macOS and Ubuntu.
Here you can find simple steps of installation of Python on windows–
Step 1: Go to official website of Python – Python.org
Step 2: Go to the Download page – (You can go directly – Download) You should download the latest version from there. You can also go with lower versions.
Step 3: Now click on the executable file. You will get the prompt as below. Select Add Python to PATH to add an environment variable. Then click Install Now.
(Note: If you wan customize installation you can also continue with that but the default is preferable)
Step 4: Wait till setup completes.
Step 5: Once Setup completes you will get a screen will successful message. This indicates your Python installation is completed successfully.
Step 6: This installation will add two applications to your PC. The first one, Python shell IDLE which can be used as an interpreter or to crate the Python script file and then run the whole script code.
Step 7: Second application is Python interpreter which can be used to run code line by line.
This process will complete installation of Python on your PC. Now you can use Python and can run Python codes and scripts with help of Python shell IDLE and Python Interpreter.