Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in Python by (50.2k points)

Can anyone tell me how to install Python in Windows 10 OS?

1 Answer

0 votes
by (108k points)

To install Python in Windows 10, follow the below-mentioned steps:

Step 1: Visit the following link: https://www.python.org/downloads/windows/

Step 2: Click on Python Releases for Windows, and then on the link for the latest Python 3 release, which is Python 3.x.x

Step 3: Go down and select Windows version: Either Windows x86-64 executable installer (64-bit) or Windows x86 executable installer (32-bit)

Step 4: Once the download is completed, install the .exe file.

Note: Ensure to tick off the checkbox, saying Add Python 3.x to PATH while installing Python. This makes sure that the interpreter will be there in your execution path.

Step 5: Finally, click on the Install Now button. After a while, you will see a Python 3 installation ready for working on your system

If you are looking for an online course to learn Python, check out this Python Certification program by Intellipaat.

Related questions

0 votes
1 answer
0 votes
2 answers
0 votes
2 answers

Browse Categories

...