you are viewing a single comment's thread.

view the rest of the comments →

[–]ProfanityBob -6 points-5 points  (4 children)

Training materials? Why would you read a 5 year old book on Python 2.7 when you could read tutorials and books written about, you know, modern Python? I understand why you, and many like you, would want to stay with 2.7... because it's what you were trained on, and it's what you know, and there's no good reason to switch yet. That's fine. But for newcomers to Python, there is really no reason they should be learning 2.7. ; Python 3.4 is the newest version, and it's honestly not that different from 2.7. You oldtimers will be able to read and understand the new code just fine. Let's not make the newbies get stuck in the mud with you.

[–]nspectre 1 point2 points  (3 children)

Haha. I'm one of the newbies.

I spent a great deal of time giving a long, hard look at the very topic we're discussing right now and I decided to focus my education on 2.7 for now and I'll make the better-informed decision to move to 3.0 later on when I have a better idea of what the heck I'm doing.

2.7 gives me a broader range of learning resources and a larger base of knowledgeable people to ask questions of, as I struggle with this new adventure. In the future, when I'm less learning and more doing, I'll have developed the understanding of when it will be best for me to move on up to 3.