Re: [Edu-sig] [ANNC] pynguin-0.11 python turtle graphics application

2011-08-11 Thread mokurai
The purely graphical Python version of turtle Graphics is Turtle Art/Turtle Blocks in the Sugar education software. http://activities.sugarlabs.org/en-US/sugar/addon/4027 You are welcome to adapt the tutorials at http:wiki.sugarlabs.org/go/Activities/TurtleArt/Tutorials to Pynguin or any other

[ANNC] pynguin-0.11 python turtle graphics application

2011-08-10 Thread Lee Harr
Pynguin is a python-based turtle graphics application.     It combines an editor, interactive interpreter, and     graphics display area. It is meant to be an easy environment for introducing     some programming concepts to beginning programmers. http://pynguin.googlecode.com/ This release c