A Python GUI Book.

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


Laura Creighton <lac at strakt.com> wrote:
> One defect that most GUI books I am aware of suffer from is that they
> are written almost exclusively from the point of view of providing
> ways for users to provide _input_ to your program, database, or whatever.
[...]
> And then, on your first job, you have to write code that handles
> real-time updates of a package tracking system.  Many people need
> to write applications where the user _is_ a passive receiver of
> data.  This is hard to do well, and worth a chapter all to itself,
> in my opinion.

This is a very good suggestion - thank you. But can you imagine
a scenario where this can be combined into one example application which
both reacts to user input and change of internal data ?

:M:




More information about the Python-list mailing list