-
Notifications
You must be signed in to change notification settings - Fork 0
Chapter 0 (Installation)
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.
Python's installation is quite simplistic. Follow the following steps:
-
Go to https://www.python.org/ and click on the Downloads page as indicated below:

-
Scroll down to "Looking for a specific release?" and locate version
3.8.7. Click on the Download button as shown below:
-
Scroll down and choose the preferable version based on your computer's Operating System as shown below:

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

Now, wait for the installation. You should see the following screen for a long while, and wait till the entire bar is green:
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:
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.
By a team of students from NUS High School, aiming to make coding easier for everyone.