Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45166
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | Gregory Ewing <greg.ewing@canterbury.ac.nz> |
| Newsgroups | comp.lang.python |
| Subject | Re: Python for philosophers |
| Date | Sun, 12 May 2013 13:26:02 +1200 |
| Lines | 22 |
| Message-ID | <av89dcFbgncU1@mid.individual.net> (permalink) |
| References | <mailman.1566.1368302603.3114.python-list@python.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | individual.net hiYalB9CHFL9yG6AFM/KJAmU6bccSwcoPRpR7diFwqwcOfYsSt |
| Cancel-Lock | sha1:hi4jhM3pjFCAFeRjCEiCQthftuU= |
| User-Agent | Mozilla Thunderbird 1.0.5 (Macintosh/20050711) |
| X-Accept-Language | en-us, en |
| In-Reply-To | <mailman.1566.1368302603.3114.python-list@python.org> |
| Xref | csiph.com comp.lang.python:45166 |
Show key headers only | View raw
Citizen Kant wrote: > I roughly came to the idea that Python could be > considered as an *economic mirror for data*, one that mainly *mirrors* > the data the programmer types on its black surface, not exactly as the > programmer originally typed it, but expressed in the most economic way > possible. At best, this would be true only for a very small subset of things that you can enter into the interactive interpreter. Even confining yourself to arithmetic expressions, there are problems. Consider: >>> 12**34 4922235242952026704037113243122008064L The input is 6 characters long, and the output is 37 characters long. Is that more "economical"? -- Greg
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python for philosophers Citizen Kant <citizenkant@gmail.com> - 2013-05-11 22:03 +0200 Re: Python for philosophers Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-05-12 13:26 +1200 Re: Python for philosophers Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-13 02:46 +0000 Re: Python for philosophers Ramchandra Apte <maniandram01@gmail.com> - 2013-05-14 20:51 -0700
csiph-web