Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #49491
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <joshua.landau.ws@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.119 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.79; '*S*': 0.03; 'subject:code': 0.07; 'correct,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'chris,': 0.16; 'obfuscated,': 0.16; 'pep8': 0.16; 'stdlib.': 0.16; 'subject:simple': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'sorry,': 0.24; 'cc:2**0': 0.24; 'read,': 0.26; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'johnson': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'whilst': 0.36; 'too': 0.37; 'being': 0.38; 'sometimes': 0.38; 'how': 0.40; 'skip:u 10': 0.60; 'challenge': 0.61; 'skip:* 10': 0.61; 'further': 0.61; 'times': 0.62; 'to:addr:gmail.com': 0.65; 'late.': 0.68; 'zen': 0.84; 'dare': 0.91; 'inefficient': 0.91; 'rick': 0.93; '2013': 0.98 |
| 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:to :cc:content-type:content-transfer-encoding; bh=pMMsp1aCVtxpEC4HXIicFw55kHRlEa15IHf6ZsnZ4Jc=; b=GeSLnMyaA63I6mIWjlxIBhCCXiFJKvS+qxQBWzsnv54Ij+HinWGOdVTxdo9vT1fz6f x6I00KWXO7mJEkhjv8sa5N0bUbE7u7XIw8FnBlRi0UKpt6XOFl2pGy4+tiR969BHUHux Go8gB/iXXmZTbz8udOkrdaCl0egLaVSkB5aRSUxF24rvoK1FoJiywV7M6AUjjjw2uXNQ m6Ee1kNl+nqmBRh+bKK0DNQQNXGlmx1+zQXcn3ZNMtVFm+0nmGQoBZDX/wY5vx/EanVx HwAjPz1FhLnWqGgtmOfLxIm3B6AZ+m8MD2qHTQcR5DQ5laIXVznxMblxrg3yQHlzW6A8 xgaA== |
| X-Received | by 10.112.182.39 with SMTP id eb7mr9899798lbc.30.1372604964299; Sun, 30 Jun 2013 08:09:24 -0700 (PDT) |
| MIME-Version | 1.0 |
| In-Reply-To | <cd9a09fe-9d1a-441c-bc47-473674e8ac71@googlegroups.com> |
| References | <mailman.4021.1372572404.3114.python-list@python.org> <cd9a09fe-9d1a-441c-bc47-473674e8ac71@googlegroups.com> |
| From | Joshua Landau <joshua.landau.ws@gmail.com> |
| Date | Sun, 30 Jun 2013 16:08:44 +0100 |
| Subject | Re: Stupid ways to spell simple code |
| To | Rick Johnson <rantingrickjohnson@gmail.com> |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| Cc | python-list <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4029.1372604966.3114.python-list@python.org> (permalink) |
| Lines | 10 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1372604966 news.xs4all.nl 15868 [2001:888:2000:d::a6]:53052 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:49491 |
Show key headers only | View raw
On 30 June 2013 15:58, Rick Johnson <rantingrickjohnson@gmail.com> wrote: > Chris, i'm sorry, but your challenge is decades too late. If you seek amusement you need look no further than the Python stdlib. If you REALLY want to be amused, peruse the "idlelib" -- not only is the code obfuscated, it also breaks PEP8 and the PYTHON ZEN many times over. To translate: Not only is the code impossible to read, inefficient and unmaintainable whilst being only shallowly correct, but, *GASP* it sometimes *breaks* semi-arbitrary code *style* *suggestions*! How dare it!‽
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Stupid ways to spell simple code Chris Angelico <rosuav@gmail.com> - 2013-06-30 16:06 +1000
Re: Stupid ways to spell simple code Rick Johnson <rantingrickjohnson@gmail.com> - 2013-06-30 07:58 -0700
Re: Stupid ways to spell simple code Joshua Landau <joshua.landau.ws@gmail.com> - 2013-06-30 16:08 +0100
Re: Stupid ways to spell simple code Chris Angelico <rosuav@gmail.com> - 2013-07-01 01:20 +1000
Re: Stupid ways to spell simple code Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-30 11:26 -0600
Re: Stupid ways to spell simple code Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-06-30 17:36 +0000
Re: Stupid ways to spell simple code Roy Smith <roy@panix.com> - 2013-06-30 13:44 -0400
Re: Stupid ways to spell simple code Joshua Landau <joshua.landau.ws@gmail.com> - 2013-06-30 22:52 +0100
Re: Stupid ways to spell simple code Neil Cerutti <neilc@norwich.edu> - 2013-07-01 12:59 +0000
Re: Stupid ways to spell simple code Chris Angelico <rosuav@gmail.com> - 2013-07-01 23:14 +1000
Re: Stupid ways to spell simple code Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-01 17:30 +0100
Re: Stupid ways to spell simple code Marcin Szamotulski <mszamot@gmail.com> - 2013-07-01 20:36 +0100
Re: Stupid ways to spell simple code Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-01 22:09 +0000
Re: Stupid ways to spell simple code 88888 Dihedral <dihedral88888@gmail.com> - 2013-07-01 21:16 -0700
Re: Stupid ways to spell simple code Marcin Szamotulski <mszamot@gmail.com> - 2013-07-02 07:22 +0100
Re: Stupid ways to spell simple code Chris Angelico <rosuav@gmail.com> - 2013-07-02 02:32 +1000
Re: Stupid ways to spell simple code Russel Walker <russ.pobox@gmail.com> - 2013-07-02 00:33 -0700
csiph-web