celinelatulipe

Results 5 issues of celinelatulipe

Found this in the FOPP book, but it will apply to any book that uses Python Tutor. Any programming exercise that uses CodeLens and has a Python input() statement. FOPP...

**Describe the bug** In Section 5.5, there are two activities that use the Turtle module. Since CodeLens/PythonTutor doesn't support it, the CodeLens button shouldn't be enabled/visible. **To Reproduce** Steps to...

help wanted
good first issue

There is no feedback on errors in Python for Processing 4. Two examples. 1. Lack of cast. In the code in this screenshot, I am forgetting to cast a numeric...

In Python mode for Processing 4, the sketch windows don't close when you stop the sketch using the stop button. In the screenshot above I ran the sketch, then clicked...

So, as with Python mode for Processing 3, the native input() function in Python does not work in Python for Processing 4. However, in Processing 3, the JOptionPane workaround (though...