25
loading...
This website collects cookies to deliver better user experience
Free | Easy to Use | Visualize | Can save your work | Online | Requires download | |
---|---|---|---|---|---|---|
IDLE | ✅ | ✅ | ✅ | ✅ | ||
PythonTutor.com | ✅ | ✅ | ✅ | ✅ | ||
Trinket.io | ✅ | ✅ | ✅ | ✅ |
>>>
? That’s telling you where you can type. For now, you can ignore the first 3 lines of what probably looks like gibberish.1
. This just means you are on line 1 of the code. As you type more, it will number each line of code.Visualize Execution
which allows you to click the next
button to see what happens at individual steps of your code.Live Programming Mode
or go to Python Tutor Live. In this mode, your code will run as you type. I find this helpful as it immediately shows you what each step is doing..py
. If you don’t know how, I highly suggest using one of the above options. I find it’s easiest to learn just one thing at a time. Learning code and how to use the editor may become a bit stressful and overwhelming.