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

Installation Guide

  1. Download Python here

  2. Install Python from your downloads folder

  3. Launch Python

    Enter print(“Hello World”) and press enter/return. if Hello World is displayed back to you then you have installed Python correctly

    Screen Shot 2022-01-28 at 6.25.51 PM.png

  4. Download Anaconda here

  5. Install Anaconda from your downloads folder

  6. Launch Jupyter Notebook

  7. Select New

    Screen Shot 2022-01-28 at 6.03.24 PM.png

You're ready to get coding! Head over to Intro to Python

Web App Guide

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.

Screen Shot 2022-01-21 at 6.38.21 PM.png

Next, under the Notebook section in the launcher, select Python 3

Screen Shot 2022-01-21 at 6.42.02 PM.png

You're ready to get coding! Head over to Intro to Python