How To Install Python In Windows

Anwar Ali
2 min readFeb 24, 2023

--

Here are the steps to install Python on a Windows operating system:

Photo by AltumCode on Unsplash
  1. Go to the official Python website, python.org, and click on the “Downloads” link at the top of the page.
  1. Scroll down to the “Python Releases for Windows” section and click on the link for the latest version of Python 3.x.
  2. On the next page, scroll down and click on the Windows installer for either the 32-bit or 64-bit version of Python, depending on your system.
  3. Once the download is complete, run the installer by double-clicking on the downloaded file.
  4. In the installation wizard, select “Install Now” and then choose the options you want to install.
  5. After installation is complete, open the command prompt by typing “cmd” in the Windows search bar.
  6. Type “python” in the command prompt and press Enter. If Python is installed correctly, you should see the version number displayed.
Installation Of Python By Geeky Session

Congratulations, you have successfully installed Python on Windows! You can now start writing and running Python programs on your computer

--

--

Anwar Ali
Anwar Ali

Written by Anwar Ali

Python Developer | Data Science, Machine Learning Engineer....... Chackout me here: https://www.youtube.com/@GeekySession

No responses yet