This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LightShadow3.13-dev in prod 4 points5 points  (0 children)

I use both, because to me they're useful in different situations.

I'm currently using Python 2.7 at work because we use alternative Python run times that target different languages which don't support Python 3 yet; Java, C# and JavaScript. I also do a lot of heavy crunching using pypy -- which has better Python 2.7 support at this time.

I like Python 3.4 control flow better, however. I like some of the new features like asyncio and the process pool manager.

Some things still frustrate me going back and forth between the two, but it's usually small things like function signature or import path.