Poll: Which version of Python are you using? [FIXED]
Please only select one, the current version you're running, even if you have used both previously.
I'm curious as to which version most of the HN Python devs are currently using.
I'm curious as to which version most of the HN Python devs are currently using.
14 comments
[ 3.0 ms ] story [ 50.3 ms ] threadYou need to strike a balance between the bleeding edge and the pragmatic choice, and Python 2.x provides a _very_ good balance right now, which is why most of the interesting stuff is happening in that environment still.
And really, I don't understand the point in learning an old version of a programming language. It just means I'm gonna have to wait it out like I have with so many other things.
Python 3.x is just no SO great. Libraries, frameworks, wsgi matters.
2.x is also available for emergency contributory/usage reasons though. (Although I end up printing tuples instead...)