Python 2.6 and 3.1.1, earlier version compatibility

Posted by Todd on Stack Overflow See other posts from Stack Overflow or by Todd
Published on 2010-03-14T20:56:02Z Indexed on 2010/03/14 21:05 UTC
Read the original article Hit count: 254

I ordered three books to start teaching myself Python - a beginning programming book, a computer science book that uses Python for all of its code references, and a book on Python network programming. Unfortunately, I was a little too quick on ordering them, because I hadn't noticed the version differences. The beginner book is for python 3.1, the CS book is Python 2.3, and the last is Python 2.6. The CS book is also oriented towards beginners. My question is, will the different versions be too different at this level for me to effectively use all three, or will I likely be able to get by learning from the 3.1 beginners book and then sort of teach myself from the 2.3 CS book, and be able to comprehend 2.6 code?

That probably didn't make sense. I hope it did.

© Stack Overflow or respective owner

Related posts about python

Related posts about code