Y
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
giancarlostoro
395 days ago
I was going to mention the same thing. Turtle is fantastic.
link
junon
395 days ago
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.
link