Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'subject:Python': 0.06; 'granted,': 0.07; 'subject:Questions': 0.07; 'from:addr:ethan': 0.09; 'from:addr:stoneleaf.us': 0.09; 'from:name:ethan furman': 0.09; 'generators': 0.09; 'message- id:@stoneleaf.us': 0.09; '~ethan~': 0.09; 'python': 0.11; 'gui': 0.12; 'imports': 0.16; 'libraries.': 0.16; 'pulling': 0.16; 'sorts': 0.16; 'wing': 0.16; 'appropriate': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'refers': 0.24; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'array': 0.29; 'points': 0.29; 'along': 0.30; 'lines': 0.31; 'libraries': 0.31; 'ray': 0.31; 'but': 0.35; 'charset:us-ascii': 0.36; 'easily': 0.37; 'performance': 0.37; 'being': 0.38; 'handle': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:173': 0.61; 'more': 0.64; 'subject:. ': 0.67; 'power': 0.76; 'william': 0.81; 'received:64.5': 0.84; 'subject:2013': 0.95 Date: Fri, 01 Nov 2013 11:08:54 -0700 From: Ethan Furman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Basic Python Questions - Oct. 31, 2013 References: <8A8EF93E-D6CB-4A1F-BF6C-AADA9C422422@mac.com> In-Reply-To: <8A8EF93E-D6CB-4A1F-BF6C-AADA9C422422@mac.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator3304.hostgator.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - stoneleaf.us X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: ([173.12.184.233]) [173.12.184.233]:54333 X-Source-Auth: ethan+stoneleaf.us X-Email-Count: 1 X-Source-Cap: dG9idWs7dG9idWs7Z2F0b3IzMzA0Lmhvc3RnYXRvci5jb20= 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383330706 news.xs4all.nl 15920 [2001:888:2000:d::a6]:33657 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:58284 On 11/01/2013 08:42 AM, William Ray Wing wrote: > > Granted, this performance is based on pulling in libraries. It imports numpy, mathplotlib, and wx to handle the fast array calculations, the plotting, and the GUI respectively, but those are exactly the sorts of "batteries included" libraries that give Python so much power and flexibility. Not to take away from your points about Python, combined with the appropriate libraries, being fast enough, but the "batteries included" refers to what comes in the stdlib -- those three libraries are not in the stdlib, so they're more along the lines of "power generators easily acquired". :) -- ~Ethan~