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


Groups > comp.lang.python > #62955

Re: Python 2.x and 3.x usage survey

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.057
X-Spam-Evidence '*H*': 0.89; '*S*': 0.00; 'subject:Python': 0.06; 'steve': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'windows': 0.15; '2.2,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hayes': 0.16; 'subject:usage': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'else,': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'point': 0.28; 'message-id:@mail.gmail.com': 0.30; '3.2': 0.31; 'python"': 0.31; 'quite': 0.32; 'url:python': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'really': 0.36; 'url:org': 0.36; 'easily': 0.37; 'hat': 0.38; 'pm,': 0.38; 'supporting': 0.39; 'called': 0.40; 'even': 0.60; 'url:3': 0.61; "you'll": 0.62; 'different': 0.65; 'miss': 0.74; '2.2.': 0.84; 'grabbing': 0.84; 'subject:survey': 0.84; 'to:none': 0.92; 'old.': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=3A9osuirMXzk8dxCLTgx7fCIoNdvzQCK1R7goyZlt5Q=; b=eDHx5JizKkjqRB+6OBj94lM1XNF0cFQ1HLhhLyk8YNDMGlaUmYYO+pMfEFZ30dyhpM K9e9Ttq3byOpkXFyz6CaVAZD4ZsxHj1yamo/INaQP35sRJP6d/WnvjINe2fkZFeBSwn6 esxnKO+0Ue/XSt/cs4dAAPd0DW7+G0C1ZmAqALgUnOn0/MjH7cxNqvVlVlae9+xR35Rf 2XDr0d+sWgS3oeO6o+P/fcBMWVjhClZp1omDhlcQs7DAQZLTjofIfDo7l/mhIx9xQ7C/ sef8zufRbUcYP63qXfKaFuzqr+OHr3U8ZyW1awKKpRuwwQwJbJM2oBxKGAMA0Cr60qLt KV7g==
MIME-Version 1.0
X-Received by 10.68.133.6 with SMTP id oy6mr8109904pbb.153.1388573576624; Wed, 01 Jan 2014 02:52:56 -0800 (PST)
In-Reply-To <hqr7c9dce9krvt7rm49ujptl4dl9mr68gl@4ax.com>
References <mailman.4731.1388440598.18130.python-list@python.org> <hqr7c9dce9krvt7rm49ujptl4dl9mr68gl@4ax.com>
Date Wed, 1 Jan 2014 21:52:56 +1100
Subject Re: Python 2.x and 3.x usage survey
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4776.1388573579.18130.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1388573579 news.xs4all.nl 2940 [2001:888:2000:d::a6]:44971
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:62955

Show key headers only | View raw


On Wed, Jan 1, 2014 at 9:41 PM, Steve Hayes <hayesstw@telkomsa.net> wrote:
> I borrowed a book called "Learning Python" by Lutz and Asher, which is geared
> for 2.2/2.3.

That's really REALLY old. Even Red Hat isn't still supporting 2.2. You
can quite easily get started on 3.2 on Windows - though I would
recommend grabbing 3.3 and using that - just start with this tutorial:

http://docs.python.org/3/tutorial/

I don't know exactly what will be different in 2.2, but there's no
point learning a version that old. If nothing else, you'll miss out on
a lot of neat features.

ChrisA

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


Thread

Python 2.x and 3.x usage survey Dan Stromberg <drsalists@gmail.com> - 2013-12-30 13:56 -0800
  Re: Python 2.x and 3.x usage survey Steve Hayes <hayesstw@telkomsa.net> - 2014-01-01 12:41 +0200
    Re: Python 2.x and 3.x usage survey Chris Angelico <rosuav@gmail.com> - 2014-01-01 21:52 +1100
    Re: Python 2.x and 3.x usage survey Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-01-01 22:37 +1100
      Re: Python 2.x and 3.x usage survey Steve Hayes <hayesstw@telkomsa.net> - 2014-01-01 14:38 +0200
        Re: Python 2.x and 3.x usage survey Chris Angelico <rosuav@gmail.com> - 2014-01-01 23:39 +1100
        Re: Python 2.x and 3.x usage survey Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-01 12:44 +0000
        Re: Python 2.x and 3.x usage survey David <bouncingcats@gmail.com> - 2014-01-02 01:07 +1100
          Re: Python 2.x and 3.x usage survey Steve Hayes <hayesstw@telkomsa.net> - 2014-01-01 19:55 +0200
        Re: Python 2.x and 3.x usage survey Dave Angel <davea@davea.name> - 2014-01-01 09:32 -0500
    Re: Python 2.x and 3.x usage survey Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-01-01 12:54 -0500
  Re: Python 2.x and 3.x usage survey John Ladasky <john_ladasky@sbcglobal.net> - 2014-01-10 09:36 -0800
    Re: Python 2.x and 3.x usage survey Ned Batchelder <ned@nedbatchelder.com> - 2014-01-10 12:48 -0500
      Re: Python 2.x and 3.x usage survey John Ladasky <john_ladasky@sbcglobal.net> - 2014-01-10 11:43 -0800
        Re: Python 2.x and 3.x usage survey MRAB <python@mrabarnett.plus.com> - 2014-01-10 19:53 +0000
        Re: Python 2.x and 3.x usage survey Ned Batchelder <ned@nedbatchelder.com> - 2014-01-10 14:50 -0500
    Re: Python 2.x and 3.x usage survey Ethan Furman <ethan@stoneleaf.us> - 2014-01-10 10:02 -0800

csiph-web