top of page

How to install Python in Windows?

Python is a programming language. It was created by Guido van Rossum and was first releases in Feb 20 , 1991.


Python uses :


It is used in various field such as :

  • Web Development

  • Game Development

  • Data Science

  • Desktop GUI

  • Automation etc.


Key Features of Python :


Python is a high-level, dynamic, and open-source language. The language used for programming is object-oriented. Its syntax codes are renowned for being simple to read. It is currently among the most widely used programming languages worldwide. At its foundation, it offers simplicity and easy reading.


Open Source:

Do you want to work with and learn Python? That is really easy to understand. Simply download it from their official website. It is completely free and open source. There will be frequent upgrades with lots of new features..


Python is developed under an OSI-approved open source license, making it freely usable and distributable, even for commercial use. Python's license is administered by the Python Software Foundation.


The latest version as of now : Python 3.12.5


To download python to you system, you can use the following steps:


Step 1:

Download Python installer at the official python page on windows.


download python

Click on the Download Python 3.12.5 which is the latest version on windows.


Step 2:


Locate the downloaded file which will be in the "Downloads Folder" then double click the installer. Choose the option install now for all users by clicking the checkboxes. Then tick checkboxes for "use admin privileges" and "ADD Python.exe to PATH".


After clicking install now, the exe setup will load .


Step 3:


Image shows Setup was successful. Which means python has been installed in your windows operating system.



Step 4


After that close the Setup window. Then press ctrl + r. CMD Terminal will open. Lets verify the python installation.


Type


python --version

If the installation is successful, the output will be shown as


Python 3.12.5 (depends upon version installed)


You may install and use Python on your machine by following these steps!











17 views0 comments

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
bottom of page