Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Simple exercise Date: Tue, 15 Mar 2016 19:53:05 +1100 Lines: 14 Message-ID: References: <88c5b5fa-66a0-461a-8ae4-b3264b32f679@googlegroups.com> <56e75076$0$22142$c3e8da3$5496439d@news.astraweb.com> <56e7ca7f$0$11093$c3e8da3@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de wCcjFjdfkCKAqssx9Uxv/Q3WHby9xagMQ5xcshErog9A== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'rename': 0.07; 'cc:addr :python-list': 0.09; '2016': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'operators,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; "wouldn't": 0.16; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'referring': 0.22; 'header:In-Reply-To:1': 0.24; 'message- id:@mail.gmail.com': 0.27; 'function': 0.28; 'operators': 0.29; "i'm": 0.30; '15,': 0.30; "d'aprano": 0.33; 'steven': 0.33; 'subject:Simple': 0.33; 'tue,': 0.34; 'received:google.com': 0.35; 'but': 0.36; 'should': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'anything': 0.38; 'why': 0.39; 'still': 0.40; 'called': 0.40; 'mar': 0.65; "'and'": 0.84; 'chrisa': 0.84; 'worry,': 0.84; 'to:none': 0.91 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:cc; bh=mvD3qorHJUh5BFbt4x1DIodggvMhSwxQRvTgoerF2q4=; b=X0742xFt36mEowRa84Ojc6NdL/IDbenOcaCgk8XUBWMyidRgXPDp3FDGwAFCgpwU0A aIYKM0/XX6Uj/OSr2q6iKzag/lPw33rU04vu0Jsj3lY1KNf7yoFa1pqH3WNWIkSaHQZK BH7HZppQEKpaz1wrzuRdiJPCVb4fWNQqvNQ4dlGuLkIM7MElLWOoCw/VTY3kKqQcIeEp e9bzkVkBc5JBwKln65Y6WntavuButI0+Nj+SFkWrX2D4IUgHjudgUoEaS0KV92KIH6RV zh6HpReVyD38tFFlJG/EZknoaBFkO7yalLyMvoZWWTlH4So0IBCTMl8BPXwUTlnBbe25 c8XQ== 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:date :message-id:subject:from:cc; bh=mvD3qorHJUh5BFbt4x1DIodggvMhSwxQRvTgoerF2q4=; b=dlRso9THdltAB915ItW+UiBAzSga+tTl92W607JUPpTjbyjeu/MJ3JDKLTZ9JDUte4 vz3Z6NUboo7cn/X57ELaZtHsObEwz7DcXsde/qDyfjzoIHiCXYcm4aGLhsz1AYugXKQl puiapJHIsQEFr1BbcZo30GEvugo5QpKyWOgR1JNVSNtNxamCoJMw3Vi5aizBNQHA6iqL II7EvXmnNIOt+BTwGGcJti6Ojw6miCP6XPGrA6o9FjHktvMtSAeyx2viN9HKwmQjrqUF S7D7UmCbl2wd9QUhP5YQpCANaPUrjXOO9dNOFxvHiA1J4vS4S06pAF8/NqxUDrtRIs2W VouQ== X-Gm-Message-State: AD7BkJLLwP1zUgi5PQi7JfrVz8fDLlmFm2PG5Ega9Q6RMuiYMI/QZDU1uitS5hWCSGT0xE3Jj7pE9PoILkjXYw== X-Received: by 10.50.43.226 with SMTP id z2mr23446132igl.94.1458031985245; Tue, 15 Mar 2016 01:53:05 -0700 (PDT) In-Reply-To: <56e7ca7f$0$11093$c3e8da3@news.astraweb.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:104925 On Tue, Mar 15, 2016 at 7:39 PM, Steven D'Aprano wrote: >> Why should zip be called convolution? > > Why should anything be called anything? > > Don't worry, I'm not suggesting that the zip function be renamed. > It's like referring to the 'and' and 'or' operators as conjunctions and disjunctions. You wouldn't rename the operators, but it's still accurate to describe them that way. ChrisA