[Tutor] Python & Django

Emile van Sebille emile at fenx.com
Thu Jan 9 19:13:23 CET 2014


On 01/09/2014 01:13 AM, Rafael Knuth wrote:
> Hej there,
>
> I am very interested to hear your opinion on which version of Python
> to use in conjunction with Django. Currently, I am taking a class at
> Udemy and they recommend using Python 2.7 with Django 1.6. because
> both versions work well with each other.
>
> Over the last few months I got pretty much used to Python 3.3.0 which
> some of you guys recommended to me on this mailing list. Hence, I
> would prefer to keep using Python 3x but I am not sure if that's a
> good idea. I heard of a couple folks using Python 3.3.0 with Django
> 1.6 that they ran into issues, and most of them switched back to
> Python 2.7.
>
> Your thoughts?


I'm sure the folks on the django list have the best opinions on this.

That said, the installation guide for django says 'It works with Python 
2.6, 2.7, 3.2 or 3.3' so I'd feel free to follow that unless I 
discovered that the areas giving problems would overlap with my specific 
use case.  If django by itself were at some level incompatible with 3.3 
the authors would have either already fixed it or removed 3.3 from the 
'known to work under' list, so I suspect it's still a third party module 
that the django users are having problems with.

YMMV,

Emile





More information about the Tutor mailing list