Installation of Python

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

Python installation
Go to Official Python Website

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.

Python installation
Download the latest version of Python

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)

Python installation
Install Python by running setup also ADD Python to PATH

Step 4: Wait till setup completes.

Python installation
Wait till process completes

Step 5: Once Setup completes you will get a screen will successful message. This indicates your Python installation is completed successfully.

Python installation
Setup 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.

Python installation
Python shell IDLE

Step 7: Second application is Python interpreter which can be used to run code line by line.

Python installation
Python Interpreter

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.

Leave a Comment

Your email address will not be published. Required fields are marked *