Re: [Tutor] MVC/MVP examples of how to implement it

2006-12-23 Thread Basil Shubin
Don Taylor пишет: > Basil Shubin wrote: >> Hi friends! >> >> I have read articles about MVC/MVP, but still can't get a clue to how >> implement it in really working application :-( Because I better >> understand with ready to use examples, can you provide link to free >> python+GUI application w

Re: [Tutor] MVC/MVP examples of how to implement it

2006-12-19 Thread Don Taylor
Basil Shubin wrote: > Hi friends! > > I have read articles about MVC/MVP, but still can't get a clue to how > implement it in really working application :-( Because I better > understand with ready to use examples, can you provide link to free > python+GUI application which implements MVC/MVP d

Re: [Tutor] MVC/MVP examples of how to implement it

2006-12-19 Thread Alan Gauld
"Don Taylor" <[EMAIL PROTECTED]> wrote in >> > This is the best description - by far - that I have seen for the MVC > pattern. > > http://groups.google.ca/group/comp.lang.python/msg/f8990a2c666a793c?hl=en&; > You are right, that's a very good description, especially given it's all text and no dia

Re: [Tutor] MVC/MVP examples of how to implement it

2006-12-18 Thread Don Taylor
Basil Shubin wrote: > Hi friends! > > I have read articles about MVC/MVP, but still can't get a clue to how > implement it in really working application :-( Because I better > understand with ready to use examples, can you provide link to free > python+GUI application which implements MVC/MVP d

Re: [Tutor] MVC/MVP examples of how to implement it

2006-12-18 Thread Christopher Arndt
Basil Shubin schrieb: > I have read articles about MVC/MVP, but still can't get a clue to how > implement it in really working application :-( Because I better > understand with ready to use examples, can you provide link to free > python+GUI application which implements MVC/MVP design? The MVC

Re: [Tutor] MVC/MVP examples of how to implement it

2006-12-18 Thread Alan Gauld
"Basil Shubin" <[EMAIL PROTECTED]> wrote > I have read articles about MVC/MVP, but still can't get a clue to > how > implement it in really working application Look at TurboGears. It uses a model/view/controller setup. In TG the views are implemented as kid templates (a mixture of HTML and embe