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


Groups > comp.lang.python > #33637 > unrolled thread

Re: Yet another Python textbook

Started byIan Kelly <ian.g.kelly@gmail.com>
First post2012-11-20 10:11 -0700
Last post2012-11-20 10:11 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#33637 — Re: Yet another Python textbook

FromIan Kelly <ian.g.kelly@gmail.com>
Date2012-11-20 10:11 -0700
SubjectRe: Yet another Python textbook
Message-ID<mailman.72.1353431556.29569.python-list@python.org>
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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web