[Tutor] Hopefully OT

alan.gauld@bt.com alan.gauld@bt.com
Tue, 8 Jun 1999 11:02:30 +0100


> > that one of the most elegant structures is the 'model-control-view'
> > approach, so look that one up.
> 
> I am just jumping into Python myself with the intent of using a GUI
> interface for some sample apps.  Is there any book that describes this
> model-control-view method using Python?  Or a book that describes it
> using Pseudo Code?

Theres a good description/tutorial on MVC (actually they call it 
something else!) at the Object Arts Web site. Its in Smalltalk but
the concepts translate well.

http://www.object-arts.com/

specifically:

http://www.object-arts.com/EducationCentre/Patterns/MVP.htm

Alan G