Re: [Edu-sig] PythonTurtle

2009-08-04 Thread Edward Cherlin
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

[Edu-sig] PythonTurtle

2009-08-03 Thread Daniel Ajoy
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

Re: [Edu-sig] PythonTurtle

2009-08-03 Thread Andre Roberge
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

Re: [Edu-sig] PythonTurtle

2009-08-03 Thread Andre Roberge
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

[Edu-sig] PythonTurtle

2009-08-03 Thread cool-RR
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