Re: Graphs in Python

2008-04-10 Thread Sanhita Mallick
python.org. Thanks. -SM --- Matthieu Brucher <[EMAIL PROTECTED]> wrote: > Hi, > > Did you try packages dedicated to graphs, like > NetworkX ? > > Matthieu > > 2008/4/10, Sanhita Mallick <[EMAIL PROTECTED]>: > > > > Hi. > > > > I am a ne

Graphs in Python

2008-04-10 Thread Sanhita Mallick
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 i