Model View Presenter GUI pattern?

Patrick K. O'Brien pobrien at orbtech.com
Fri Dec 14 00:39:25 EST 2001


You may want to take a look at this dispatcher code:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/87056

--
Patrick K. O'Brien
Orbtech.com - Your Source For Python Development Services


"george young" <gry at ll.mit.edu> wrote in message
news:20011213172833.0bfac3c7.gry at ll.mit.edu...
> Is anyone using the Model View Presenter GUI framework/pattern in python?
> I've been reading bits about it, and it sounds quite attractive.
>
> I've started trying to write a simple MVP module as a basis for an
application.
> The hardest part is dealing with the overall structure:  my app deals with
a
> big structured data object and it's hard to picture how the parallel trees
of
> models, views, and presenters all get instantiated and linked.
>
[snip]





More information about the Python-list mailing list