[BangPypers] Python 3.2 and Django

Senthil Kumaran senthil at uthcode.com
Thu Sep 29 06:57:47 CEST 2011


Hello Hussain,


On Thu, Sep 29, 2011 at 12:53 PM, Hussain Bohra
<hussainbohra_30 at yahoo.com> wrote:
> Thanks Mr. Gora and Mr. Sreekanth ...
> Let me identify if any other MVC framework I can use along with python 3.2.

You can consider using Python 2.7 for Web Framework too. Because WSGI
Spec for 3.x is not concretely agreed upon by the web frameworks, the
support for Web Frameworks world for 3.x is slow. Bottle is one
webframework that supports 3.0, but afaik does not have a great
community behind it.

If you are just starting, go head with 2.7 and later when things get
sorted out, you could upgrade to 3.x

HTH,
Senthil


More information about the BangPypers mailing list