Tagged Questions

2
votes
4answers
135 views

What version of Python should I be using to develop web applications?

Currently I have python 3.1.1 installed on my system, same version on my server with WSGI 3.0 running on Apache 2.2. I want to keep using python 3.1, but I'm finding that lots of libraries/frameworks ...