On 04/18/2014 08:28 PM, Anthony Papillion wrote:

What is the general feel of /this/ community? I'm about to start a
large scale Python project. Should it be done in 2 or 3? What are the
benefits, aside from the 'it's the future' argument?

This community is also split.  ;)

Use Python 3 if you can. The best reason not to is if you have some critical library that you absolutely need and it's not yet available on 3. In which case, program as if your code base was going to run on both 2 and 3 so you can update easily once your dependency upgrades.

--
~Ethan~
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to