Pointers for Introduction to Python
Python main site
and the neatest
tutorial, most likely all you will need.
Download and tar xvfz some of my
sample programs
The fibbonacci is the classical
fibbonacci sequence. In the other one, graph.py N creates a N euclidean points (x,y)
and prints in file data1.
and readGraph.py filename reads it.
It is work in progress, just for examples. The web will have many more.