Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.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.062 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; '16,': 0.03; 'python': 0.11; 'eckhardt': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'header:In-Reply- To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'too.': 0.31; 'usually': 0.31; 'indentation': 0.31; 'piece': 0.31; 'quite': 0.32; 'there,': 0.34; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'entry': 0.36; 'received:209': 0.37; 'to:addr :python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'read': 0.60; 'most': 0.60; 'art,': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=KHhTLPheHQWHf3ySqdoHRJXV7xtJZqgjZCNFdJf9aPk=; b=J2B+OB0+9Lw23K/sw4DqvQy2aiYek4Izz+UwWcD6qOAjYNxgFQ9NIBfFm8XpaSoLhj SiYhpwn8/1yJ2N+1gZCj1oHnnvYTU7INJLgscEVpJBd3aGWatXoGK9otM9eAtlQy1Idp nP/hC1sg/ivLePPAGAkLp9MIcb59Fk9J+Kwlch/wd2bCxeO91WAkcgNPUFqnb/oWPDYr Th7GrMZz07+T4Ggbi7uFcZYDAozj/PunruMjsxoN1bXkmkksMA3LvOBngsTwg+pAJSlv euzLX7AeP+o/BEevidRccuiKiJ+4d9Yp+e8Ktvk87cYkI4D3J6NDeYjLp/ybEnDt3xOP pB5g== MIME-Version: 1.0 X-Received: by 10.220.64.208 with SMTP id f16mr27380556vci.32.1368689040956; Thu, 16 May 2013 00:24:00 -0700 (PDT) In-Reply-To: References: <51937A67.1000702@ncf.ca> <2ce10d3b-505b-4ba6-8fae-77facfaac654@hc4g2000pbb.googlegroups.com> Date: Thu, 16 May 2013 17:24:00 +1000 Subject: Re: Fractal From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1368689049 news.xs4all.nl 15976 [2001:888:2000:d::a6]:43268 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45408 On Thu, May 16, 2013 at 5:11 PM, Ulrich Eckhardt wrote: > Am 16.05.2013 02:00, schrieb alex23: > >> My favourite is this one: >> >> http://preshing.com/20110926/high-resolution-mandelbrot-in-obfuscated-python > > > Not only is this blog entry an interesting piece of art, there's other > interesting things to read there, too. I'm quite impressed, actually. Most people don't use Python for code art. Significant indentation is not usually a good thing there :) ChrisA