Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.04; 'python': 0.08; '21,': 0.09; 'subject:method': 0.09; 'numpy': 0.16; 'subject:function': 0.16; 'subject:python.': 0.16; 'subject:release': 0.16; 'wed,': 0.17; 'wrote:': 0.18; 'dec': 0.22; 'header:In-Reply-To:1': 0.22; 'numeric': 0.23; 'besides': 0.24; 'paul': 0.27; '(and': 0.28; 'message-id:@mail.gmail.com': 0.28; 'pm,': 0.29; 'received:209.85.210.46': 0.30; 'received:mail- pz0-f46.google.com': 0.30; 'subject:support': 0.30; 'functional': 0.31; 'to:addr:python-list': 0.34; 'to:name:python-list': 0.37; 'received:google.com': 0.37; 'think': 0.37; 'received:209.85': 0.38; 'programming.': 0.39; 'subject: (': 0.40; 'received:209': 0.40; 'to:addr:python.org': 0.40; '2011': 0.61; 'nathan': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=VcxL9U4pP4k9Asip1tsI6PCOl0qzqerT+rj2RGI56rw=; b=cfkJ8dF4ChOja0oSJg3dxp72JcnY36hMG/BQuk+EJDgiXVq3HdAooDAt9lgBAg/K2T q+YYr0IO7twv1L+MwZKR7TrGXlgqk+JeiuvYRRNb9/mjIon7Jjj/bTo63EJlLh2KgoYh Xyb7Se6fF42kc22sYGr18cAXfLnmMG6whwWpw= MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 21 Dec 2011 12:22:20 -0500 Subject: Re: Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python. From: Nathan Rice To: python-list Content-Type: text/plain; charset=ISO-8859-1 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1324488144 news.xs4all.nl 6868 [2001:888:2000:d::a6]:56175 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:17677 On Wed, Dec 21, 2011 at 12:07 PM, Paul Dubois wrote: > You're reinventing Numeric Python. I prefer to think of it in terms of paying homage to NumPy (and functional programming). A big part of the motivation for this was bringing the elegance of NumPy to other areas of python besides numerical/scientific programming. Nathan