Python 3 Usage

47 views
Skip to first unread message

Richard Eng

unread,
Jul 7, 2014, 8:10:05 PM7/7/14
to django...@googlegroups.com
I was wondering how many Django users have switched to Python 3. Are the majority of users still on Python 2? I'm looking for rough proportion/percentage.

I also read that Django and Python 3 have some problems or issues. Is there any truth to this?

Thanks.

Timothy W. Cook

unread,
Jul 7, 2014, 10:18:21 PM7/7/14
to django...@googlegroups.com
I've been using Python 3 with Django for about 8 months.  No real problems.  Early on I had to patch a couple of add-ons. 



--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d2ac4e23-471a-4c11-a16d-54a11b7bef33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

============================================
Timothy Cook
LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook

Elena Williams

unread,
Jul 8, 2014, 12:10:01 AM7/8/14
to django...@googlegroups.com
Hi Richard,

Django has fully supported Python 3 for a while now, see this talk:

Also IMHO it's less a matter of which users use Python 3 (I'd say it's likely most serious Python users mix-and-match on a project-to-project basis, depending on the age of the original code, but use Python 3 where they can).

I'd say it's a case of which hosting servers are running Python 3 at the time of deployment. 

Often the default version of Python supported by hosts is 2.7 or even 2.6, so it's a matter of whether the costs outweigh the benefits of installing and maintaining your own versions of Python 3.

---
Elena :)
@elequ


Andreas Kuhne

unread,
Jul 8, 2014, 4:19:14 AM7/8/14
to django...@googlegroups.com
The main problem that I have seen is that there are some plugins that don't support Python 3 (the biggest issue we are having is django-storages and boto). You can of course patch the plugins yourself and contact the authors to make a pull request. Often the difference is not that great.

Regards,

Andréas


Reply all
Reply to author
Forward
0 new messages