A Python GUI Book.

Michael 'Mickey' Lauer mickey at tm.informatik.uni-frankfurt.de
Tue Nov 27 07:22:24 EST 2001


Hernan M. Foffani <hfoffani at yahoo.com> wrote:
> "Michael 'Mickey' Lauer" <mickey at tm.informatik.uni-frankfurt.de> escribió en
> el mensaje news:3beedf26 at nntp.server.uni-frankfurt.de...
>> ....
>> What do you think would be a good application to show the basics and a few
>> more sophisticated topics in programming GUI applications with Python?
>> ....
> 
> Nobody suggested it, so I will:
> 
> A GUI "face" for an offline browser:
> Once you have a nice class that does the connection, grabs and parse the
> links
> (there are samples of this on the web) your project starts with the
> frontend.
> That class will have a clean interface so newbies don't need to mess with
> sockets, parsers, etc. And will show them how to design a GUI application
> separating presentation and "business" layers.

I'm not sure if I understand this correctly - are you are thinking of
a structured file browser or integrating some kind of html rendering
component? Please elaborate, your idea sounds interesting.

Cheers,

:M:




More information about the Python-list mailing list