Learning Python

Alan G Isaac alan.isaac at gmail.com
Mon Sep 8 09:15:38 EDT 2008


On 9/6/2008 5:17 AM James Pilling apparently wrote:
> Hi im currently starting to learn python in sixth form at school any tips?

The books suggestions of others are quite good.
Here is another approach: pick an easily understandable
application, and work doing things with it.

Perhaps immodestly, I think that as soon as you
understand how to define a function and a class,
you can treat this paper
http://jasss.soc.surrey.ac.uk/11/3/8.html
as an introduction to applied Python programming.
The application area is very specific---game theoretic
simulations---but the illustrated techniques are
meant to be more general.

Alan Isaac



More information about the Python-list mailing list