Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed6.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; 'languages,': 0.03; 'wed,': 0.03; '(although': 0.05; 'subject:Python': 0.06; 'python': 0.08; '(possibly': 0.09; 'filename': 0.09; 'paradigms': 0.09; '25,': 0.12; 'am,': 0.14; 'wrote:': 0.14; '(unlike': 0.16; 'agree.': 0.16; 'angelico': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'here).': 0.16; 'ook': 0.16; 'perl.': 0.16; 'received:209.85.213.174': 0.16; 'received:mail- yx0-f174.google.com': 0.16; 'language,': 0.17; 'language': 0.18; 'perl': 0.19; 'header:In-Reply-To:1': 0.21; 'that?': 0.23; 'vs.': 0.23; 'asked': 0.24; 'code': 0.24; 'message-id:@mail.gmail.com': 0.28; 'subject:?': 0.29; 'fairly': 0.30; 'tool.': 0.30; 'yet': 0.32; 'sufficient': 0.32; 'to:addr:python-list': 0.33; 'chris': 0.34; 'source': 0.34; 'there': 0.35; 'posters': 0.35; 'yet,': 0.35; 'received:google.com': 0.37; 'useful': 0.37; 'received:209.85': 0.37; 'received:209.85.213': 0.37; 'though': 0.38; 'subject:: ': 0.38; 'easier': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'really': 0.40; 'more': 0.60; 'john': 0.62; 'with,': 0.77; 'fanboy': 0.84; 'notion': 0.84; 'subject:Why': 0.84; 'subject:choose': 0.84; 'subject:its': 0.84; 'invested': 0.91 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=2aAjHqle7cZ2EZR5ATBbSK69YaFRHrwzfSGq8k2TCv8=; b=FyZQCdIaBk0rTspVZp+U0pA7BY+rcDPyd4/rej6/RO8biEpWGqRrNUhB/lhrisvWSC a9HNyJS4dXWr4g3y8lr5NtVOLrc+XXL9ALROWJPRciHmKLJrqEyli4DHEBY3UoqO1r8X yffpgm/wtgiAw7urKqSgn2lH0mxB3v6/cbpn0= 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=qDSLLMPsBmvxKwhwx9a6kr1dr9hJ1t7kDL0dUUbbH+6reKbdg6TKnlsRo3Ozb5a7bG 57klsnPHj/3wzZbdwN+F98HcTn0XhX1m/zJURruGYcgw0rjq3dHuw/avGpe8wuTxcSwd 2zqVztqvfMJNMK5ADtcqBG344reX8l46cB/IQ= MIME-Version: 1.0 In-Reply-To: <874o4kvy8g.fsf@castleamber.com> References: <80d59383-36a3-4744-85c4-1a0577f1d3a6@dr5g2000vbb.googlegroups.com> <9CDC4B2CD1F445E994119A50F65155DF@teddy> <12225671E9654FECB49613D915FAEC19@teddy> <21A740B7AC6644248476DFADDF726C73@octavian> <629DAC3611EA49B0A36BCF70151CDE2F@octavian> <57C0AB91B42743E89456ACCC8751CF78@octavian> <2C6966D5AB6541E3BCE920FE7883A05B@octavian> <8762p0kzj6.fsf@mithlond.arda> <874o4kvy8g.fsf@castleamber.com> Date: Wed, 25 May 2011 03:30:00 +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 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: 16 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306258203 news.xs4all.nl 49174 [::ffff:82.94.164.166]:33128 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6162 On Wed, May 25, 2011 at 2:50 AM, John Bokma wrote: > Wise words. And I agree. To me Python vs. Perl has nothing to do with > being a fanboy (unlike many other posters here). I like both languages, > I have invested a lot of time in learning Python and I am really not > dense. Yet, even though I can program in Python sufficient enough very > often I just pick Perl. Now why is that? To me, a language is a tool. The more tools you have competence with, the easier it will be to select the right one for any job. There are very few tools that have no use whatsoever; even Ook might be useful (although I have yet to be asked to port any code to OrangutanOS). This differs from the notion of having ten paradigms in one language, in that most source files will identify themselves fairly early on (possibly even out-of-band, such as filename extensions). Chris Angelico