A Python GUI Book.

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


{-- Rot13 - Hateme <ungrzr2 at ubatxbat.pbz> wrote:
> You can demostrate how to realize a MVC model with
> python and all the toolkits. It's powerful and useful.
> Many applications fit well with MVC.
> 
> Better have the backend seperated from the frontend
> from the beginning.

Of course. I don't see a problem seperating the model from
the view+controller - however, it seems that most or all of
the GUI toolkits are built around a combined view and controller
aspect. I don't really see how I can seperate them without giving
the notion of a kind of artificial seperation ?

:M:




More information about the Python-list mailing list