Skip to content
Python
Share
Explore

icon picker
Getting Started

Downloading Python
You can download python on a mac and windows from the same link. Go to the official python website at:
To download the latest version of python, go to the downloads page on at:
There are different links you can click on to download for different computers. Once you have downloaded python, you may have to unzip the file, (for macs) to do this, double click on what you downloaded and then it should unzip the file. Downloading python comes with something called IDLE which is a way you can start coding in python without having to download things like pycharm as your code editor.
Screen Shot 2021-08-10 at 8.37.35 AM.png
You can open IDLE by going to Applications → Python → IDLE. That will open a terminal in which you can start writing python code and running it.
Screen Shot 2021-08-10 at 8.39.21 AM.png
To create a project go to File → New File
Screen Shot 2021-08-10 at 8.41.34 AM.png
Now you can start coding in the new window it made!

Online Code Editor
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.