I'm curious as to which version most of the HN Python devs are currently using.
Poll: Which version of Python are you using? [FIXED]
1–10 of 15 posts
Re: Poll: Which version of Python are you using? [FIXED]
#2Re: Poll: Which version of Python are you using? [FIXED]
#3Re: Poll: Which version of Python are you using? [FIXED]
#4Re: Poll: Which version of Python are you using? [FIXED]
#5Re: Poll: Which version of Python are you using? [FIXED]
#6Re: Poll: Which version of Python are you using? [FIXED]
#7I started learning Python in January after requesting the book "Dive Into Python 3" for Christmas. The lack of support for Python 3 on the web is highly frustrating, despite it being out for quite some time. Learning about the chicken and the egg scenario regarding why people have stuck with Python 2 has honestly left me a bit disillusioned after always hearing about what a great language it is.
You 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.
Re: Poll: Which version of Python are you using? [FIXED]
#8Re: Poll: Which version of Python are you using? [FIXED]
#9I started learning Python in January after requesting the book "Dive Into Python 3" for Christmas. The lack of support for Python 3 on the web is highly frustrating, despite it being out for quite some time. Learning about the chicken and the egg scenario regarding why people have stuck with Python 2 has honestly left me a bit disillusioned after always hearing about what a great language it is.
That's just silly. 2.x, especially 2.6 and newer are still a fantastic choice. 3.x cleans up some ugliness, but isn't so superior that being stuck with 2.x would make ditching the language a viable choice. You 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…
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.
Re: Poll: Which version of Python are you using? [FIXED]
#102.x is also available for emergency contributory/usage reasons though. (Although I end up printing tuples instead...)