Hacker News new | ask | show | jobs
by kej 395 days ago
As an aside, Python includes a `turtle` module that mimics the drawing experience of Logo. It's a fun way to introduce kids to some programming ideas.

https://docs.python.org/3/library/turtle.html

2 comments

I was going to mention the same thing. Turtle is fantastic.
I kind of recall seeing turtle in a number of places to refer to draw cursors. Kind of funny how much the term stuck, I think due entirely to Logo.