Python 2.7 or 3.3 for learning Django

django, python, python-2.7, python-3.x

Solution

Django only has experimental support for Python 3, so you'll have to go with Python 2.7 for now.

Problem

I am interested in learning Python but I don't know which version I should chose. When I Googled, I got answers posted over a year ago. If I want to learn Django, which version will be useful and will get support? Note that I know C, C++, Java and C#.

Original source

Related problems