The Repl.it IDE

In this course, we will use the Repl.it IDE. This web-based IDE requires no installation so that you can begin programming in Python immediately. We will use this IDE throughout the course.

To start a Python Repl and run single Python commands:

  1. Select '+ Create Repl'.
  2. Choose the 'Shell' tab in the lower window.
  3. Type 'python' and hit the Enter key.
  4. The Python version and a command line prompt, which is indicated by the >>>will be displayed.
  5. You should be able to enter and run a single Python command after the prompt.

You must have JavaScript enabled in your browser to use the IDE.

Click https://repl.it/languages/python3 link to open resource.