python's library support

Robert Kern robert.kern at gmail.com
Sat Feb 4 01:35:22 EST 2006


Sean wrote:
> I am a newbie in python, and I have a feeling that python provides less
> library support than perl www.cpan.org  This seems a big discussion
> topic.
> 
> I want to know if there is extensive algorithm library support in
> python. I know there is a pretty neat module in perl to implement graph
> theory. Is there a graph theory module in python?

http://networkx.sourceforge.net

And several others if you google a bit.

-- 
Robert Kern
robert.kern at gmail.com

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the Python-list mailing list