GUI-apps creation library

David McNab david at nospam-freenet.org.nz
Thu Feb 6 15:52:45 EST 2003


On Thu, 06 Feb 2003 09:54:37 +0300, Nicolay Vasiliev wrote:

> Hello there!
> 
> Which subject library people preffer? I know about wxPython, FXPy, PyQT. 
> Which is more functional/convenient/understandable?
> 
> TIA,
> Nicolay Vasiliev.

For the quickest and easiest way to get into GUI progranning in Python, I
recommend the FLTK toolkit (http://fltk.sourceforge.net) and of course,
the pyFLTK bindings (http://pyfltk.sourceforge.net).

If you're not after the razzle-dazzle features like detachable menus etc,
you'll find FLTK the easiest to learn and understand. The paradigm is very
easy to get into, the documentation is excellent, and it comes with piles
of simple understandable programs.

Cheers
David






More information about the Python-list mailing list