Skip to main content

How do I Install python on Windows?

Python


First released in 1991, Python is a popular high-level programming language used for general-purpose programming. Thanks to a design philosophy that emphasizes readability it has long been a favorite of hobby coders and serious programmers alike. Not only is it an easy language (comparatively speaking, that is) to pick up but you’ll find thousands of projects online that require you have Python installed to use the program.


How to install Python on Windows?

If you want to install Python on your PC. 

1. First, you have to download it. So, go to the website.




2. Click on download and run the downloaded file.



3. Click on Customize installation and also check ADD Python 3.10 to PATH. After This Click NEXT.



4. Check all box Which shown in this image.

  • Install for all users
  • Associate file with python
  • Create shortcuts for installed applications
  • Add Python to environment variables
  • precompile standard library


5. Click on the Install button.

6. Horray, Python has been installed on your Windows PC.


Check whether Python is Installed or Not

1. Open CMD on your windows.

2. Type "python --version".

3. Press ENTER.

4. You will see the version of Python Installed.


Comments