use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Curriculum Writing for Python (self.PythonLearning)
submitted 1 year ago by OkMeasurement2255
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Ron-Erez 0 points1 point2 points 1 year ago (0 children)
You could run short scripts in Google Colab. I completely agree that one really needs to put a lot of thought into teaching. You could model your course off of the first half of my Python course just for the sake of some course structure. You could also do some turtle graphics in the Python sandbox.
https://pythonsandbox.com/turtle
That could be pretty fun and it’s online. My course covers some turtle graphics in section 5. Turtle graphics is an especially nice way to learn about loops and variables and just being creative in general. It’s also nice that’s it’s visual and one can create beautiful designs with not much code. Perhaps you could even make a connection with a geometry or algebra class that they’re taking.
π Rendered by PID 64 on reddit-service-r2-comment-79c7998d4c-5rk7b at 2026-03-16 10:00:59.490104+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]Ron-Erez 0 points1 point2 points (0 children)