Designing a graph study program

Diez B. Roggisch deets at nospam.web.de
Tue May 8 07:02:40 EDT 2007


> 
> Well then I wanted to draw graphs and I found that pydot is working
> really nicely.
> BUT I'd like to do this, an interactive program to see ho the
> algorithms works...
> For example in the breath search first, every time the algorithm
> colors a node, the program should redraw the graphs. Which modules
> should I use for graphics (I use macosX and I'd like something cross
> platforms).

Use the bundled Tkinter. I've implemented a similar thing back in my under
graduation days using TCL/Tk, and Tk is perfectly suited for that task.

Diez



More information about the Python-list mailing list