tags:

views:

702

answers:

1

Exact Duplicate:
1. To learn python 2 then 3, or 3 from the start?
2. Python 2 vs Python 3 and Tutorial
3. If I’m going to learn Python, should I learn 2.x or just jump into 3.0?
4. Is Python 3 a good starting point when you want to learn Python?
5. Is it worth learning Python 2.6 with 3.0 coming?
6. Is it required to learn Python 2.6 along with Python 3.0 ?

Hi Guys,

I am about to start learning python as a second programming language. I hear there are changes in python 3 so should i just start learning python 3 or get myself grounded in python 2.x first?

Thanks

A: 

I would say 2.x, as part of the great bits about python is the "Batteries included", which besides the standard library there is all the great PyPi libraries out there, many of which will take a while to get updated for 3.0

Yancy