[Tutor] Hopefully OT

David Ascher da@ski.org
Wed, 2 Jun 1999 14:31:26 -0700 (Pacific Daylight Time)


On Wed, 2 Jun 1999, Dan Star wrote:

> 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?

Hmm.  I can't think of one off hand, except for the discussion about the
MVC (Model-View-Controller) pattern in the "Design Patterns" book, which
is a worthwhile but maybe a bit verbose book -- many of the patterns are
relatively complicated by the use of languages like C++ =).

> By the way is there an Archive of these posts?  Seems like excellent
> discussion is going on and it would be a shame to loose the knowledge
> being discussed.

Yes.  Each post ends with the lines:

> Tutor maillist  -  Tutor@python.org
> http://www.python.org/mailman/listinfo/tutor

If you click on that link, you should be able to get to an archive of all
of the posts.

--david