Skip to content

Chapter 0 (Installation)

ThePyProgrammer edited this page Jan 25, 2022 · 2 revisions

Hello, students.

In this "lesson", I'll be teaching you how to install Python and IDLE, which are two very important systems used for Computer Science and Programming in general.

Installing Python

Python's installation is quite simplistic. Follow the following steps:

  1. Go to https://www.python.org/ and click on the Downloads page as indicated below:

    Go to www.python.org and go to the Downloads page

  2. Scroll down to "Looking for a specific release?" and locate version 3.8.7. Click on the Download button as shown below:

    Locate version 3.8.7

  3. Scroll down and choose the preferable version based on your computer's Operating System as shown below:

    Install the Recommended Releases

  4. Open the installed file, which launches the following wizard. Make sure to click "Add Python 3.8 to PATH" as shown and confirm installation:

    Installation Wizard - Confirmation Screen

    Now, wait for the installation. You should see the following screen for a long while, and wait till the entire bar is green:

    Installation Wizard - Installation Screen

    Once the installation is complete, you should see the following screen. For now, you can ignore the "Disable path limit" warning. Simply go ahead and close the wizard as shown:

    Installation Wizard - Successful Screen

And there, you've installed Python!

Wait, not so fast. Your Python Version may not have been installed properly. If you run into any major problems, you can raise any questions you may have by emailing us.

Clone this wiki locally