Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed4.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.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.06; 'mind,': 0.09; 'strings.': 0.09; 'python': 0.11; '2.7': 0.14; 'thread': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 's/he': 0.16; "someone's": 0.16; 'subject:son': 0.16; 'language': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'written': 0.21; 'unicode': 0.24; '---': 0.24; 'least': 0.26; 'header:In- Reply-To:1': 0.27; 'point': 0.28; 'chris': 0.29; 'message- id:@mail.gmail.com': 0.30; '13,': 0.31; 'probably': 0.32; 'open': 0.33; 'could': 0.34; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'programming,': 0.36; 'doing': 0.36; 'thanks': 0.36; 'should': 0.36; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'future': 0.60; 'mentioned': 0.61; 'back': 0.62; "you'll": 0.62; 'subject:wants': 0.74; 'books.': 0.84; 'hate': 0.91; '2013': 0.98 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:to :content-type; bh=p+gTR7KPRrCGFJQVVLj2b4m4rHIq0QIaBqIdVOEZJBM=; b=l1vg9l7imXrFKMpCATrgLeiExyraVXNzYrPpcRW8P0AmSw1pDWY3N+cCar8TV4bejD g1aQ6YabjnKq2KSZ8xiYQEKCKs+JDocvFZomWKzgOib0s94iliIF4rO5nCoMH5CEXYe9 IA5nnxAWlpAjDxiNMd6ORfNKKfsERxfloDbZv5lZr6X4Dsmpnw5WIPpba3IJdaRfv50E Zxrry/Wmv+9V4B+fbXwUrpt965cP56GBQ9fAcYD8SXekBGjTVUkh1I+Mx6neaB4vJ/I9 60Zz36Mw2L5Z4F6GjA1pXrK7oyVsOEcOQwETaQgycGSo2HmlXwf2sxfyLR1lFHdD/Kb9 BkwQ== MIME-Version: 1.0 X-Received: by 10.220.112.76 with SMTP id v12mr11117274vcp.63.1371112990436; Thu, 13 Jun 2013 01:43:10 -0700 (PDT) In-Reply-To: References: <575a3a4c-b99f-43b4-aa2b-84dfaf3e89b4@googlegroups.com> Date: Thu, 13 Jun 2013 18:43:10 +1000 Subject: Re: My son wants me to teach him Python From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371112999 news.xs4all.nl 15904 [2001:888:2000:d::a6]:60096 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:47925 On Thu, Jun 13, 2013 at 6:35 PM, TP wrote: > Also Chris has an "unnatural" abhorrence of Python 2.7 :) --- at least as > far as learning Python books. Thanks for hunting that thread down, I probably should have back when I mentioned it :) As to my abhorrence of Py2 - I don't hate the language (and do use it at times), but if someone's going to learn programming, s/he should really learn from something with native Unicode strings. Yes, you could use Python 2 and open with some future directives, but unless the course/book is written with that in mind, you'll end up having to unlearn and relearn to master true Unicode handling. No point doing that when you can just learn on Python 3! ChrisA