MVC

G

George Maggessy

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? Should
I create DAOs, View Objects, Controllers and etc? Is there any sort of
best practice / standard to Python?

Cheers,
George
 
B

Brad

George said:
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
 
A

Andrew Lee

George said:
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? Should
I create DAOs, View Objects, Controllers and etc? Is there any sort of
best practice / standard to Python?

Cheers,
George


Look at Pylons.
 
B

Bruno Desthuilliers

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,169
Latest member
ArturoOlne
Top