Graph Theory

diffuser78 at gmail.com diffuser78 at gmail.com
Thu Oct 5 16:25:22 EDT 2006


Thanks for your quick reply. Since I have not read the documentation, I
was wondering if you can generate random graph and analyze some
peroperties of it like clustering coefficient or graph density. I am a
graph theory student and want to use python for development. Somebody
told me that Python has already so much bultin. Are there any
visualization tool which would depict the random graph generated by the
libraries.

Thanks for any kind of input.


bearophileHUGS at lycos.com wrote:
> diffuser78 at gmail.com:
> > Is there any library in Python which has implementation of graph
> > theoretic algorithms and models ?
>
> There are many of them, like:
> https://networkx.lanl.gov/
> Mine:
> http://sourceforge.net/projects/pynetwork/
> ...and some other.
> 
> Bye,
> bearophile




More information about the Python-list mailing list