Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #4684
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.022 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.04; 'extreme': 0.05; 'ram': 0.07; 'fond': 0.09; 'restriction': 0.09; 'am,': 0.14; 'wrote:': 0.14; 'creativity.': 0.16; 'saying,': 0.16; 'tend': 0.16; 'loading': 0.19; 'code': 0.22; 'header:In-Reply- To:1': 0.22; 'thu,': 0.22; 'example': 0.24; 'chris': 0.27; 'message-id:@mail.gmail.com': 0.28; 'to:addr:python-list': 0.32; '(for': 0.33; 'think': 0.36; 'received:209.85': 0.37; 'received:google.com': 0.38; 'computer.': 0.38; 'anything': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'how': 0.39; 'header:Received:5': 0.40; '2011': 0.62; 'sector': 0.72; 'often,': 0.84; 'proportional': 0.84; 'received:209.85.210.174': 0.84; 'received:mail-iy0-f174.google.com': 0.84; 'subject:Today': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=p7ImdVAIub9PCcw6SIR5pXhZ9oaQABpn9IkLwPYt2So=; b=Gby4D89Zn0+LfP+gmOpcd/6PZBf//yWpF9C2T7f37tXPaPfokvofdl8dw2GwOLx7wC WGpikcu4emYifqgEfGYO2XyCZbvblb+wiRJ9tu7YB3MPKtXeN/Sje3msSAJMy1xF76XZ MuKX6pSBgprljyukGu7CZWzFJom16B5V+m4PM= |
| DomainKey-Signature | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=vrFiCon9yKy1iivlkdahPXkXKStaq/DX94zfPTQJ74lauKaHI5xG384FmeIKOqGs+v U67FDGXUk4tzkd7XebS/909xlEIWFFvnvhCVNjCRJwyrC/PKjuUbWf+T8ppACjvW6OKA 9H+X6OeHTpHWDCVeJIw1RtOzR7Gol/4WyA6SA= |
| MIME-Version | 1.0 |
| In-Reply-To | <4dc1a2b9$0$41110$e4fe514c@news.xs4all.nl> |
| References | <dac673e7-fc1d-41fb-839e-97baa1bad360@s16g2000prf.googlegroups.com> <4dc1a2b9$0$41110$e4fe514c@news.xs4all.nl> |
| Date | Thu, 5 May 2011 12:22:35 +1000 |
| Subject | Re: Today's fun and educational Python recipe |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| 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 <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.1180.1304562159.9059.python-list@python.org> (permalink) |
| Lines | 11 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1304562159 news.xs4all.nl 65870 [::ffff:82.94.164.166]:36568 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:4684 |
Show key headers only | View raw
On Thu, May 5, 2011 at 5:02 AM, Irmen de Jong <irmen@-nospam-xs4all.nl> wrote: > I think that often, the cleverness of people is inversely proportional to > the amount of CPU power and RAM that they have in their computer. As Mark Rosewater is fond of saying, restrictions breed creativity. Lack of computational resources is a major restriction (for an extreme example of RAM shortage, look at how much code you can fit into a boot sector without loading anything more from the disk). Take away all the restrictions, and people will tend to code sloppily. Chris Angelico
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Today's fun and educational Python recipe Raymond Hettinger <python@rcn.com> - 2011-05-04 11:17 -0700
Re: Today's fun and educational Python recipe Irmen de Jong <irmen@-NOSPAM-xs4all.nl> - 2011-05-04 21:02 +0200
Re: Today's fun and educational Python recipe Raymond Hettinger <python@rcn.com> - 2011-05-04 12:13 -0700
Re: Today's fun and educational Python recipe Irmen de Jong <irmen@-NOSPAM-xs4all.nl> - 2011-05-04 21:35 +0200
Re: Today's fun and educational Python recipe Grant Edwards <invalid@invalid.invalid> - 2011-05-04 19:17 +0000
Re: Today's fun and educational Python recipe Ben Finney <ben+python@benfinney.id.au> - 2011-05-05 09:33 +1000
Re: Today's fun and educational Python recipe Chris Angelico <rosuav@gmail.com> - 2011-05-05 12:22 +1000
Re: Today's fun and educational Python recipe Paul Rubin <no.email@nospam.invalid> - 2011-05-04 12:27 -0700
Re: Today's fun and educational Python recipe Raymond Hettinger <python@rcn.com> - 2011-05-04 14:53 -0700
Re: Today's fun and educational Python recipe Terry Reedy <tjreedy@udel.edu> - 2011-05-04 15:42 -0400
Re: Today's fun and educational Python recipe Raymond Hettinger <python@rcn.com> - 2011-05-04 14:39 -0700
Re: Today's fun and educational Python recipe Terry Reedy <tjreedy@udel.edu> - 2011-05-04 20:26 -0400
Re: Today's fun and educational Python recipe Raymond Hettinger <python@rcn.com> - 2011-05-04 18:15 -0700
Re: Today's fun and educational Python recipe nn <pruebauno@latinmail.com> - 2011-05-05 07:33 -0700
csiph-web