On Mon, Aug 3, 2009 at 11:43 AM, Daniel Ajoy wrote:
> PythonTurtle
>
> A learning environment for Python suitable for beginners and children,
> inspired by Logo.
>
>
>
> PythonTurtle strives to provide the lowest-threshold way to learn Python.
> Students command an interactive Python shell (si
PythonTurtle
A learning environment for Python suitable for beginners and children,
inspired by Logo.
PythonTurtle strives to provide the lowest-threshold way to learn Python.
Students command an interactive Python shell (similar to the IDLE development
environment) and use Python f
Oops, sorry about my previous question. I found the link for the source at
the bottom.
André
On Mon, Aug 3, 2009 at 11:23 AM, cool-RR wrote:
> Hello PSF,
>
> I wanted to show you a little side project that I have just released.
>
> Here is its website: http://pythonturtle.com
> Which explains ev
On Mon, Aug 3, 2009 at 11:23 AM, cool-RR wrote:
> Hello PSF,
>
> I wanted to show you a little side project that I have just released.
>
> Here is its website: http://pythonturtle.com
> Which explains everything you need to know about it.
>
Any chance you might release the source as well for peo
Hello PSF,
I wanted to show you a little side project that I have just released.
Here is its website: http://pythonturtle.com
Which explains everything you need to know about it.
You probably the know the turtle.py module which is part of the standard
library of Python: I was aware of it when I