Join WhatsApp ChannelJoin Now

How to Install Python on windows

How to Install Python on windows (Environment Set-up)

In order to become a Python developer, In this tutorial, we will learn how to install Python on a Windows server.

Install Python on windows

watch this link https://www.python.org/downloads/ to download the latest release of Python.

in this process, we will install Python 3.9.2 on our Windows operating system.

Step 1:- Python Select the version and download.

Python install

Step 2:- Click on the Install Now

Download .exe file Double-click, the following window will open. Click the Add Path check box, it will set the Python path automatically.
Python install

Step 3:- Install in Process

Python install
Python install

Now run your command to check python, type the command

python --version 

Python install

We are ready to work with Python.

Recommended Posts