[Tutor] Graphs in Python

Kent Johnson kent37 at tds.net
Thu Apr 10 20:06:19 CEST 2008


Sanhita Mallick wrote:
> Hi.
> 
> I am a newbie to Python. I am trying to implement a
> Python code for graph manipulation. My graphs are
> about 200-500 nodes big. Excepting for the short basic
> graph implementation info on Python.org, where can I
> find more in depth info about how to express graphs in
> python, and how to use them in a  code?

Many pointers here:
http://www.velocityreviews.com/forums/t355467-tree-and-graph-structures-in-python.html

Kent


More information about the Tutor mailing list