[Tutor] Interactive visualization in python

Alan Gauld alan.gauld at btinternet.com
Sun Nov 7 09:50:01 CET 2010


"Aravind Venkatesan" <arv2007 at gmail.com> wrote

> This is Aravind. I am a university graduate student. I am looking 
> for a
> software module or package to visualize a hierarchial tree data 
> structure in
> python.

Most GUI toolkits have a tree widget like the Wiondows Explorer tree 
view.
The Tkintrer version is included in the Tix module which extends the 
basic
Tkinter widgets. The documentation is not fantastic but ithere should 
be
enough to get you going.

I'm pretty sure wxPython will have one too.

HTH,


-- 
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/




More information about the Tutor mailing list