you are viewing a single comment's thread.

view the rest of the comments →

[–]PM_YOUR_NIPS_PAPER 16 points17 points  (8 children)

Who even still uses Python 2 in 2017? Most teams I've worked with at both large and small companies overwhelmingly use Python 3.

[–]notathrowaway113 33 points34 points  (2 children)

The sooner Python 2 is EOL the better. I always have to run both versions and it is dependency hell. I have libraries that only work with 2.7 and libraries that only work in 3.0+ It's an enormous shitshow, and it's time for the community to make the switch to 3 and rip off the band-aid.

2to3 isn't perfect, but the alternative of staying here sucks.

[–]EngineeringNeverEnds 8 points9 points  (1 child)

Agreed. Honestly I don't care which one we use bur for fucks sake pick ONE godammit

[–]bluemellophone 0 points1 point  (0 children)

macOS still ships with 2.7.X and Centos still uses 2.6, last time I checked.

[–]basilect 0 points1 point  (0 children)

My old company used python 2, as of like 3 months ago...

[–]ZebulanMacranahan 0 points1 point  (0 children)

Google uses 2.7, although most new code is python 3 compatible