Graph Data Structures

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Sat Nov 25 14:45:39 EST 2006


Szabolcs Nagy:
> 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

I can also suggest my one:
http://sourceforge.net/projects/pynetwork/

And boost graph bindings for Python, quite fast:
http://www.osl.iu.edu/~dgregor/bgl-python/

Bye,
bearophile




More information about the Python-list mailing list