Python Installation

Table of Contents

Python Installation

To install Python on your PC, you need to follow the steps:

Step 1

Download the Python execution file.

Download it

Step 2

Run the downloaded execution file.

Now click on Install Now .

Important

Here you must check the Add Python PATH, otherwise, you have to do it manually similar as done in the process of setting up the Environment variable in Java Installation.

Check all the boxes over here
Setup done

Step 3

Now to check whether Python is installed successfully or not you have to verify it.

Open the Python 3.8 from Windows Home .

And now, try to write a simple code of addition to check whether is it installed successfully or not. As you can see, we have added 12 and 5 to give a result of 17, which means we have installed it.

Tags:

Leave a Reply