Saturday , April 20 2024
Class XI & XII Computer Science: Python

How To Download and Install Python: Step by step

In this post, I am going to discuss How to install Python (32 bit / 64 bit) in your computer (Windows 10 OS, Windows 7). To install the python you have to download the python from python.org. Python is free and Open-source. You can also find its source code on the internet.

In this website you will find the different versions of the Python, so you have to choose the latest version every time.

Step 1:

  • Firstly click on this link Download Python (https://www.python.org/).
  • Now you will see this web Page:

Visit python.org website to download Python

Step 2 (Download for 32-bit Windows):

  • Now click on the “Download” option.
  • Now you will find “Download for windows” click on”Python 3.*.*” (Latest Version).

Download Python for windows

Step 3 (For 32 Bit Operating System):

  • After the click, you can see on .exe file is downloading.

Python For 32 Bit Operating System

Step 3 (For 64-bit Operating System):

  • If you want to download Python for “64-bit windows” then scroll down in the page then you will find heading files. Then click on this link “Windows x86 64 executable installer“.
  • This will download a 64 bit Python installer.

Python For 64 Bit Operating System

Step 4:

  • Click on the Installer.
  • Now, you can see pop up Window, so click Yes the button.

Step 5:

  • After clicking Yes, you will see the window as shown below. Tick “Add Python 3.* to Path“. This will help you access python from anywhere in your windows OS.

Install Python

Step 6:

Now you will find that the Python is installing. Let the Installation finish.

Python setup progress

Step 7:

After Successful installation, you will get the following message. That means the Python installation is successful.

Python setup was successful

Step 8:

Now you can go to start and search Python, you will find the python in your windows. Now you can access the Python from there.

Access Python

Check Also

Class XI & XII Computer Science: Python

String in Python: 11th Class Computer Science Chapter 06

Chapter Name: String in Python [Chapter 06] Class: 11th Subject: Computer Science 6.1 Introduction: String …