Earlier quoted context omitted.
there's nothing experimental about Python 3. its a stable release version and I think its already up to sub version 3.3. HOWEVER, there are many important 3rd party libraries that have not yet been migrated to be fully compatible with Python 3. these libraries are far more important to writing real applications than the ability to use some newer syntactic constructs in Python 3.
> HOWEVER, there are many important 3rd party libraries that have not yet been migrated to be fully compatible with Python 3. Are there any particular libraries blocking you? Numpy / SciPy, IPython, Requests, Django, Pyramid, Bottle, etc. have all been ported to Python 3.
PIL as well. similar reasons. django image fields are dependent on PIL.
Celery is still on Python 2 also, and while there are other message queues available, none of them is as easy to integrate with for an app that's already written in Python.