Re: [Tutor] Graphs in Python

2008-04-10 Thread Kent Johnson
Sanhita Mallick wrote:
> 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 in a  code?

Many pointers here:
http://www.velocityreviews.com/forums/t355467-tree-and-graph-structures-in-python.html

Kent
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


[Tutor] 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 in a  code?

Also, does anyone know of a easy way of creating the
dictionary for python for a 500-node graph, without
typing each and every node? I found some application
that recognize dot file Graphviz - but I am looking
for a program that can let me "draw" a graph and then
generate the lists automatically from the drawing.

Thanks.
-SM
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor