Learning to Program in Python for Kids

of all ages and Linux on a Raspberry Pi by Philip M Russell


Download Python from

There are two versions 2.7 and 3.2 at present. There are some differences between them in the way that the programs are written

for example

print "Hello Pi" version 2.7

print ("Hello Pi") version 3.2

Choosing version 2.7 links with most of the books and other texts on Python

I will cover both versions here as the Raspbian "Wheezy" uses Python 3.2