Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed5.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'background.': 0.03; 'wed,': 0.03; 'subject:Python': 0.06; 'commonly': 0.09; 'integers': 0.09; 'sub': 0.09; 'pm,': 0.10; '25,': 0.12; 'wrote:': 0.14; 'angelico': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'integers.': 0.16; 'roy': 0.16; 'math': 0.16; 'header:In-Reply-To:1': 0.21; "wasn't": 0.22; 'assume': 0.23; 'integer': 0.23; 'received:209.85.210.174': 0.23; 'received:mail- iy0-f174.google.com': 0.23; '\xa0if': 0.23; 'message- id:@mail.gmail.com': 0.28; 'subject:?': 0.29; 'math,': 0.30; 'to:addr:python-list': 0.33; 'chris': 0.34; 'received:google.com': 0.37; 'received:209.85': 0.37; 'but': 0.38; 'subject:: ': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'remembering': 0.84; 'subject:Why': 0.84; 'subject:choose': 0.84; 'subject:its': 0.84 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:content-transfer-encoding; bh=35NrEI6upn/Drf0GzWlsn1kf/+tFZAc282pYS+cQYyk=; b=GzPbjhtA2/Slxq6d1udZjuHSENt0Hy6No73VoDKVo3njWuxDI56sq3+XnZaaJCNLUR u5KbM21BUbuPUrlmui8n5+sjsGvMzkqsgTvkrCMSUQDgILSUq4ShgHV/dIdaEnwEVRst V6xNVLdDt5K8G0kiEMVVprvixtCgGPhJc8ztk= 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:content-transfer-encoding; b=vsBSrtaN0sVl+/QjJ6FhXQsnzDYrrGTOMMmxF6SWvREaB7XOQtw7CKxHbVhuAvDT45 9fQgJ0KGEuvIhOdlmNchR176UOqf6OalH1oz/RgDfYej5wQMYkIBBb2z5cg4I4f9A25A 8dzi9vXisOZ3RcdI9D5SeeBe/FD3giy7F5Fw0= MIME-Version: 1.0 In-Reply-To: References: <12225671E9654FECB49613D915FAEC19@teddy> <21A740B7AC6644248476DFADDF726C73@octavian> <629DAC3611EA49B0A36BCF70151CDE2F@octavian> <87sjs44qyk.fsf@castleamber.com> <87zkmcujl4.fsf@castleamber.com> <20110524133902.b5ad22b1.darcy@druid.net> Date: Wed, 25 May 2011 21:55:10 +1000 Subject: Re: Why did Quora choose Python for its development? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 13 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306324514 news.xs4all.nl 49175 [::ffff:82.94.164.166]:49115 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6224 On Wed, May 25, 2011 at 9:36 PM, Roy Smith wrote: > Remembering that I, J, K, L, M, and N were integer was trivial if you > came from a math background. =A0And, of course, Fortran was all about > math, so that was natural. =A0Those letters are commonly used for integer= s > in formulae. =A0If I write $ x sub i $, anybody who knows math would > immediately assume that the range of x was reals and the range of i was > integers. When I studied maths, x and y were reals, and i wasn't. But it wasn't integer either... :) Chris Angelico