Python web devlopment framework for python 3.1 user

Posted by iama on Stack Overflow See other posts from Stack Overflow or by iama
Published on 2010-04-02T03:06:14Z Indexed on 2010/04/02 3:13 UTC
Read the original article Hit count: 572

Filed under:
|

I have been learning python for some time now. While starting this "learning python" endeavor I decided to learn the latest and greatest 3.1 version of python. I regret this decision now because I wanted to try my hands on some of the python web development frameworks & it looks like many of them does not support 3.1 yet & it looks like it might take them years to support the new version of Python especially Django and TurboGears. This is really disappointing. Therefore, SO users, do you have any recommendation for a web framework for me that runs on 3.1 and supports some of the modern (I guess I will never learn ;-)) web framework features like MVC/ORM/URL Routing/Caching etc. Many thanks for your response.

© Stack Overflow or respective owner

Related posts about python

Related posts about web-frameworks