Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Quick poll: gmean or geometric_mean Date: Sun, 10 Jul 2016 21:07:20 +1000 Lines: 12 Message-ID: References: <57808af6$0$1602$c3e8da3$5496439d@news.astraweb.com> <57820c7a$0$1617$c3e8da3$5496439d@news.astraweb.com> <57821eaa$0$1584$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de cBS+75ZpSTFPIkabN+GVjQKFyAneb89FEOB9fqENDeDw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'cc:addr:python-list': 0.09; '"python"': 0.09; 'args.': 0.09; 'python': 0.10; ':-)': 0.12; '2016': 0.16; 'also:': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'shells': 0.16; 'wrote:': 0.16; 'shell': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'header:In- Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'bad.': 0.29; 'editors': 0.29; 'that.': 0.30; "d'aprano": 0.33; 'idle': 0.33; 'steven': 0.33; 'received:google.com': 0.35; 'basic': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'thought': 0.37; 'anything': 0.38; 'rather': 0.39; 'jul': 0.72; 'chrisa': 0.84; 'skip:w 60': 0.84; 'subject:Quick': 0.84; 'to:none': 0.91; 'subject:skip:g 10': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:cc; bh=21We9slysQ3VlZRu0OD0TR+lTZ4IDxv8RrPX8uDxfnA=; b=ZJK1urUeTNKJTJwWN3I+KIljAjW0OlI+cu9jU68jgKBnFhH9lEzTZ5M0NyzvRyizjX bsdLcAHe3SDcNIjZxMM9jIQQRYUEpe2gHj+5h1iMjuV/mugoOM+cT2nYBiGHINmT6/hW fq9bumPp4/9yyyZ4Uf4D+MhJBijFcptgYKsaLppmCawXaSktKGxkS4EsJ0AoeIBWYZ2u 5L3gvdwyJht5VELus8Bw3fDYrn19hKIN6Nlsx8Zlo4JT2RBtwIvb1MZgI9FYm/D/M6V3 tsmJE+aJYOdYR4bIwVA28HZ7IsHjugmqP3C047c4I8w2/XaheE6C+7YX0iy8sgJAwk88 Mq+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:cc; bh=21We9slysQ3VlZRu0OD0TR+lTZ4IDxv8RrPX8uDxfnA=; b=BAxTG7qyMptxIv+XN49YD+dnoEjeXUlZgJGFO7WCu5ilazUY251QD/q22BjfsnWW65 hwkfQXQRT2ELKwQmFUT6KjoOH1x+cm86gTZ/8e2G/I8E1COc9b0SfP2kCdb2etM9fiMh V5S4wHJQY3MkwYS9SG/MohoL5N9xOHAvTHcyyHEqOaxkSN0YLVJvrTGu3Igz6tnHgdcp fgJO3EEdcB/4fgo/9o+IBK6CgVbhMgw6XS4FJf6Mgf1j2JFPxm2NeppZMeGcX1Z9P5Ml HcyUCw2kGcN4cgrgC9V30EMXcl3MTNIax35k7xQZFEuVHu1rC7V2W3do+Qy0uBQm+3Nb Y4CQ== X-Gm-Message-State: ALyK8tJ1hkQhYGYkuB8ktr5eRZhckZDjSkbukBYi/S+rSCBRdfL7R8x9Piwce6gjnYGke+eMvLLi2z1wqiOn6w== X-Received: by 10.28.29.211 with SMTP id d202mr6980319wmd.22.1468148841469; Sun, 10 Jul 2016 04:07:21 -0700 (PDT) In-Reply-To: <57821eaa$0$1584$c3e8da3$5496439d@news.astraweb.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <57808af6$0$1602$c3e8da3$5496439d@news.astraweb.com> <57820c7a$0$1617$c3e8da3$5496439d@news.astraweb.com> <57821eaa$0$1584$c3e8da3$5496439d@news.astraweb.com> Xref: csiph.com comp.lang.python:111244 On Sun, Jul 10, 2016 at 8:08 PM, Steven D'Aprano wrote: >> Now even the basic IPython shell has autocomplete :-) > > Not all shells or editors are IPython, and not all abbreviations are bad. > Would you rather print, or > write_values_as_strings_to_the_predefined_standard_output_file? Also: Interesting that the IPython shell is "basic". I thought the basic Python shell was the one you get when you type "python" with no args. Idle or IPython or anything else is a layer on top of that. ChrisA