Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.01; 'subject:Python': 0.04; '21,': 0.09; 'coding,': 0.09; 'imho.': 0.09; 'subject:tutorial': 0.09; 'url:dev': 0.09; 'url:peps': 0.09; 'pm,': 0.11; 'wrote:': 0.14; 'benefit.': 0.16; 'tcl': 0.16; 'appropriate.': 0.19; 'header:In-Reply-To:1': 0.22; "aren't": 0.22; 'thu,': 0.22; 'bugs': 0.29; 'fri,': 0.29; 'logic': 0.31; 'received:209.85.210.46': 0.31; 'received:mail- pz0-f46.google.com': 0.31; 'yes.': 0.31; 'to:addr:python-list': 0.32; 'from:charset:iso-8859-1': 0.33; 'sometimes': 0.33; 'header :User-Agent:1': 0.35; 'point': 0.35; '-0700,': 0.35; 'explicit': 0.35; 'charset:us-ascii': 0.36; 'should': 0.37; 'received:209.85': 0.37; 'url:python': 0.37; 'apr': 0.38; 'convenient': 0.38; 'strings': 0.38; 'received:google.com': 0.38; 'but': 0.38; 'no.': 0.38; 'url:org': 0.38; 'adds': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.39; "it's": 0.40; 'header:Received:5': 0.40; '2011': 0.62; 'worth': 0.64; 'overall': 0.64; 'subject:online': 0.77; 'serious': 0.78; 'anyways.': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=NBYCJF6lSVrxV2EY0EHonzy7bieJ/6gQWFLLyphaxp8=; b=Y4dY17hM+oAvo5uBjpQMj5yM2ellZmgQLogNlas/YLwNTb73fZoPzYaJda/T4i6ACf Fz0IzfeuMRuLngZOv9ZYe+TMoVfIdoA0iP0VCroIv2KJnrSMoEfKvn5PEchEAZsMz7ye p5XOf/b2eLm6eUouDGJk7KYEWrhLFaVJYPzQE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=ALf4luBpmxrV2aMbPF4jUOapkTq3cNdxCtI2VEFd0Lcn0qSpBa0I2UwYApq4qj/sLT RpMVYGHsWwGN98BDdts6fYHY/Q4Uc58IEWjRAMnYBazjZu9+V/a03d6AJLYlOeYmMYMm SHllxNdsxgBEiLakBdX0FeNFrFp4W/GHQqTow= Date: Sat, 23 Apr 2011 12:38:08 -0700 From: Westley =?iso-8859-1?Q?Mart=EDnez?= To: python-list@python.org Subject: Re: learnpython.org - an online interactive Python tutorial References: <506eb5e4-4f29-473a-8d47-2082322e005e@glegroupsg2000goo.googlegroups.com> <201104211710.19587.akabaila@pcug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 18 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1303587495 news.xs4all.nl 81476 [::ffff:82.94.164.166]:53302 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3923 On Fri, Apr 22, 2011 at 04:48:39PM -0700, Dan Stromberg wrote: > On Thu, Apr 21, 2011 at 11:38 PM, harrismh777 wrote: > > > > > Yes. And you have managed to point out a serious flaw in the overall logic > > and consistency of Python, IMHO. > > > > Strings should auto-type-promote to numbers if appropriate. > > > Please no. It's a little more convenient sometimes when you're coding, but > it adds bugs that aren't worth the small benefit. > > Explicit is better than implicit. > > http://www.python.org/dev/peps/pep-0020/ We have tcl for this anyways.