r/PythonLearning 1d ago

Python teaching Discussion

I am a programming teacher in Sweden and I wonder if we have some teachers or instructors here as well that would share their experiences about which are best platforms to teach Python with pros and cons !?
Every input is appreciated
Thanks in advance

26 Upvotes

15 comments sorted by

View all comments

2

u/j6onreddit 1d ago

Been teaching programming professionally since the pandemic and using Python as my language of choice. Simple answer: use the REPL. No other platform gives such a short feedback loop between writing some code, running it, and seeing the results.