Graph Data Structures

Szabolcs Nagy nszabolcs at gmail.com
Sat Nov 25 09:39:48 EST 2006


i haven't read your code, but there are many graph implementations in
python.
in case you haven't found these yet:
http://wiki.python.org/moin/PythonGraphApi

if you only want to do some analysis i think you need this one (as it's
pretty complete and simple):
https://networkx.lanl.gov/

i also recommend Guido's essay to read:
http://www.python.org/doc/essays/graphs.html




More information about the Python-list mailing list