Model View Presenter GUI pattern?

Boudewijn Rempt boud at rempt.xs4all.nl
Fri Dec 14 12:45:57 EST 2001


george young <gry at ll.mit.edu> wrote:
> Is anyone using the Model View Presenter GUI framework/pattern in python?
> I've been reading bits about it, and it sounds quite attractive.  

Yes: in http://stage.linuxports.com/projects/pyqt/c4626.htm I discuss
it in some detail. I'm now working on an editor in Python that will
carry the paradigm to its conclusion. It tends to be difficult to 
implement the paradigm with a gui toolkit that doesn't use it for
every single widget, like Swing attempts.

-- 

Boudewijn Rempt  | http://www.valdyas.org 



More information about the Python-list mailing list