Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #33637

Re: Yet another Python textbook

References <CAB89DN0nusHZU32zP5UbTSUH8P7aXJomssBT-Jge7LEhaOtphg@mail.gmail.com> <CALwzid=3b_Gv3XR5iYvo7Pc0ZjXERB60daT9AjVoOG1OAP9vNg@mail.gmail.com> <CAB89DN0M5NzpoLRtcXRtM4Vs4xrOfw0wZq64GkU-DKy=Ei8HJQ@mail.gmail.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date 2012-11-20 10:11 -0700
Subject Re: Yet another Python textbook
Newsgroups comp.lang.python
Message-ID <mailman.72.1353431556.29569.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, Nov 20, 2012 at 1:02 AM, Pavel Solin <solin.pavel@gmail.com> wrote:
> There is an ongoing discussion but we are not sure.
> Are there any reasons except for the print () command
> and division of integers?

The big one is that Python 3 holds the future of Python development.
There are no more feature releases planned for the 2.x series, only
maintenance releases.  Eventually, Python 2.7 is going to start
looking pretty old.

You might look through the whatsnew documents at:

http://docs.python.org/3/whatsnew/index.html

to get an idea of what features have been added in Python 3.  Many of
these have been backported to Python 2.6 or 2.7, possibly requiring a
__future__ import, but most have not.  One change that comes to my
mind that might be of interest for NCLab is that in Python 3.3, the
decimal module has been rewritten in C for a major speed-up.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Yet another Python textbook Ian Kelly <ian.g.kelly@gmail.com> - 2012-11-20 10:11 -0700

csiph-web