EduPy uses an IDE called Jupyter Notebook which can be downloaded for free here or on your browser here. For help, check out the Installation Guide or Web App Guide
Download Python here
Install Python from your downloads folder
Launch Python
Enter print(“Hello World”)
and press enter/return. if Hello World
is displayed back to you then you have installed Python correctly
Download Anaconda here
Install Anaconda from your downloads folder
Launch Jupyter Notebook
Select New
You're ready to get coding! Head over to Intro to Python
Once you click this link, you’ll be brought to a webpage like this. This might take some time to load so give it a couple of seconds.
Next, under the Notebook section in the launcher, select Python 3
You're ready to get coding! Head over to Intro to Python