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