How to Download Python

by davidkatunin in Circuits > Computers

338 Views, 0 Favorites, 0 Comments

How to Download Python

Python-01 (2).png

This instructional guide will help you download Python, as well as the IDLE, an IDE for Python.

Supplies

download.jpg

You will need a desktop and/or laptop, with a compatible operating system. (Windows, macOS, Linux)

Prior Information

images.jpg

Python is a programming language that requires an IDE (integrated development environment) to be able to code. There are many different IDEs available to use, and each has its own features and usabilities. IDLE comes standard with the python installer so This guide will download IDLE as the IDE.

Python Download

Screen Shot 2022-04-17 at 8.07.20 PM.png

On this page (https://www.python.org/downloads/), you can download the python installer. To download the latest release click the yellow button labeled, "Download Python".

Python Installer

Screen Shot 2022-04-17 at 8.11.30 PM.png

Next, go to your systems downloads folder and open the python installer package.

Python Installer (2)

Screen Shot 2022-04-17 at 8.13.21 PM.png

Click the bottom right button labeled, "Continue" until you get to the install page. Then click the bottom right button labeled "install". Then wait for the installation to finish.

Finish

Screen Shot 2022-04-17 at 9.19.09 PM.png

Finally click the bottom right button titled, "close" and close the installer.

End

Screen Shot 2022-04-17 at 9.23.21 PM.png

Now, if you look in your systems files for the python folder, it should be there with IDLE inside and ready to use.