Back

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

Can anyone help me with installing Python in Windows?

1 Answer

0 votes
by (108k points)

For downloading Python in Windows, refer to the below steps:

  • Visit the link: https://www.Python.org/downloads/windows/
  • Go to Python Releases for Windows, and click on the link for the latest Python 3 release (Python 3.x.x)
  • Now, scroll down and choose your Windows version. It will be either Windows x86-64 executable installer (for 64-bit) or Windows x86 executable installer (for 32-bit)
  • After downloading Python, you have to install the .exe file. While installing Python, remember to tick off the checkbox that says Add Python 3.x to PATH so that python can be by default gets added to the execution path (to ensure that the interpreter will be placed in your execution path).
  • Then, click on Install Now. A few minutes later, you will have a working Python 3 installation on your system 

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

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jul 9, 2020 in Python by ashely (50.2k points)
0 votes
1 answer
0 votes
1 answer
asked Jul 11, 2020 in Python by ashely (50.2k points)

Browse Categories

...