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:
- Select '+ Create Repl'.
- Choose the 'Shell' tab in the lower window.
- Type 'python' and hit the Enter key.
- The Python version and a command line prompt, which is indicated by the
>>>
will be displayed. - 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.