How to install Python on Windows

To install Python on Windows and work with IDLE, Python’s interpreter, just follow the steps:

Download Python

Go on the Home page > from the Menu click on Downloads and select Windows.

Scroll down and see which installer is better for you, like the one from the image. Choose Download Windows installer (32-bit) or Download Windows installer (64-bit). The installer starts to download.

install python on windows 32 bit or 64 bit

After it downloads, double click on the icon and a window pops up. Check the bottom tick boxes and hit Install Now.

Click on Yes, if Windows prompts you. In the end, could ask you if you allow disabling the path limit. I clicked yes, to don’t get errors when the path is too long. Click close.

To verify if it is installed on your computer, let’s open the IDLE.

Click on Window search > type IDLE > choose IDLE (3.10 64 or 32 bit) > the IDLE is opening > type 2+2 Enter.

Yeyyyy….it is 4. You are all set! 🙂

pyispytolearn
Python install

Leave a Comment

Your email address will not be published. Required fields are marked *