Python GUI app to impress the boss?

Fernando Pérez fperez528 at yahoo.com
Wed Sep 18 18:14:10 EDT 2002


Lee Gray wrote:

> 
> Can someone point me to a good Python GUI app to demonstrate (other
> than IDLE)?

Why don't you look at MayaVi (http://mayavi.sourceforge.net)? It's very 
impressive, and runs both under Un*x and Windows. It's a great show of 
python's strenghts: use Tk for the GUI, Vtk for the heavy lifting (3d 
rendering) and python for all the logic elsewhere which isn't super intensive 
computationally.

Cheers,

f.




More information about the Python-list mailing list