Why Python 3?

Ethan Furman ethan at stoneleaf.us
Sat Apr 19 00:50:09 EDT 2014


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~



More information about the Python-list mailing list