Why Python 3?

CHIN Dihedral dihedral88888 at gmail.com
Sun Apr 20 13:27:55 EDT 2014


On Saturday, April 19, 2014 12:50:09 PM UTC+8, Ethan Furman wrote:
> 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~

OK, I'll suggest to use Python 2.7X with pytoexe buldled as an executable 
to be called by the shell from Python 3.X for programs that need to mix Python 2.X and Python 3.X together.



More information about the Python-list mailing list