MVC

Brad brad at 16systems.com
Thu May 22 21:15:14 EDT 2008


George Maggessy wrote:
> Hi Gurus,
> 
> I'm a Java developer and I'm trying to shift my mindset to start
> programming python. So, my first exercise is to build a website.
> However I'm always falling back into MVC pattern. 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? ...

Yes. Python does not impose design patterens onto developers. Pick your 
poison. It is somewhat OOP, but allows for other development paradigms 
as well... rather like C++ IMO although a bit more OOP focused.

Best of luck,

Brad



More information about the Python-list mailing list