MVC

Bruno Desthuilliers bruno.42.desthuilliers at websiteburo.invalid
Fri May 23 03:45:29 EDT 2008


George Maggessy a écrit :
> Hi Gurus,
> 
> I'm a Java developer and I'm trying to shift my mindset to start
> programming python.

Welcome onboard then.

> So, my first exercise is to build a website.
> However I'm always falling back into MVC pattern.

And ? Is there anything wrong with web-style MVC ?

> I know it's a
> standard, but the implementation language affects the use of design
> patter. So, here goes my question. Is that OK if I follow this? Should
> I create DAOs, View Objects, Controllers and etc? Is there any sort of
> best practice / standard to Python?

http://pylonshq.com/
http://www.djangoproject.com/
http://webpy.org/



More information about the Python-list mailing list