Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Python has a "logo inspired" turtle in the standard lib: https://docs.python.org/3.5/library/turtle.html

We played with it with my son and it brought back memories from the 80s when the French government made a big push on Logo in the schools.



Oh man, you absolutely made my day. I've been teaching my fiancee bits of Python for the past couple days (her first code ever!) and this library made it all make sense. It let her take all the little concepts I taught her, and put them together to make something cool. She just wrote a street with houses on it, generated by a simple for loop!


The freely available online book Think Python is a fantastic introduction to both CS and Python and includes a chapter on turtle graphics with some fun exercises.


There's a Udacity mini-course with a fun section on Python turtle graphics, too.

https://www.udacity.com/course/viewer#!/c-ud036/l-1004409226... (UD-036 Programming Foundations with Python, lesson 2A)


>Python has a "logo inspired" turtle in the standard lib

Yes. Here is an example of its use, that I wrote a while ago:

http://jugad2.blogspot.in/2016/01/simple-drawing-program-wit...


Wow, nice! Thanks for mentioning it.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: