Noob question on 2 vs 3 Python releases

F

Franck Ditter

Pardon my noobness (?) but why is there a 2.x and 3.x development
teams working concurrently in Python ? I hardly saw that in other
languages. Which one should I choose to start with, to cope with
the future ? Isn't 3.x supposed to extend 2.y ?
This situation is very strange...
Thanks for your explanations...

franck
 
C

Chris Rebert

Pardon my noobness (?) but why is there a 2.x and 3.x development
teams working concurrently in Python ? I hardly saw that in other
languages.

You haven't heard of the infamous Perl 6?
Which one should I choose to start with, to cope with
the future ?

Read http://wiki.python.org/moin/Python2orPython3
Isn't 3.x supposed to extend 2.y ?

Not just extend. It also makes some *backwards-incompatible* removals
and revisions, hence the different major version number.

Cheers,
Chris
 
A

Anssi Saari

Franck Ditter said:
Pardon my noobness (?) but why is there a 2.x and 3.x development
teams working concurrently in Python ?

Well, Python 2.7 is the last major 2.x release, only bugfixes are done
for it, like the 2.7.1 release. Actual developement is in the 3.x
branch now.
Which one should I choose to start with, to cope with
the future ?

I started with a good book covering both. The basics are mostly the
same anyways.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top