turtle.py bugfix & questions

Raymond Hettinger othello at javanet.com
Wed Jan 3 10:25:11 EST 2001


Kragen Sitaker wrote:

>
> Larger questions I have: is anyone using turtle.py?
> http://www.python.org/1.5/NEWS-152.txt says:
>

Yes, I've been working on a Tk based GUI for turtle.py.
The goal is to teach elementary visual programming.  I'm
using the style of  the Lego Mindstorms program interface where
each primitive is a selectable on-screen block and new blocks
can be made from groupings of other blocks.

The easy part is writing the Py module.  The hard part will be
to write some lesson outlines and test them on real kids.

Raymond Hettinger
othello at javanet.com




More information about the Python-list mailing list