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: 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: References: Date: Wed, 1 Jan 2014 21:52:56 +1100 Subject: Re: Python 2.x and 3.x usage survey From: Chris Angelico Cc: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Wed, Jan 1, 2014 at 9:41 PM, Steve Hayes 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