Teaching Python

Terry Reedy tjreedy at udel.edu
Mon Sep 29 15:02:38 EDT 2014


On 9/29/2014 9:18 AM, Gabor Urban wrote:
> Hi,
>
> my 11 years old son and his classmate told me, that they would like to
> learn Python. They did some programming in Logo and turtle graphics, bat
> not too much.
>
> Doesn anybody has an idea how to start?

Python has a turtle module, so they can continue where they left off. 
The turtledemo package has about 20 example programs and shows code in 
one pane beside a turtle canvas in another.  The new 3.4.2 (release 
candidate now, final in a week or two) has several turtle and turtledemo 
fixes.

-- 
Terry Jan Reedy




More information about the Python-list mailing list