Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!multikabel.net!newsfeed20.multikabel.net!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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; 'subject:Python': 0.05; '25,': 0.12; 'am,': 0.12; 'developer': 0.12; 'subject:was': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:somewhat': 0.16; 'language': 0.16; 'wrote:': 0.18; 'received:209.85.210.174': 0.21; 'received:mail- iy0-f174.google.com': 0.21; 'header:In-Reply-To:1': 0.22; 'code': 0.26; 'looks': 0.27; 'message-id:@mail.gmail.com': 0.29; 'problem': 0.29; 'proficient': 0.30; 'sun,': 0.30; 'version': 0.32; 'ideal': 0.32; 'it.': 0.33; 'subject:Number': 0.34; 'to:addr :python-list': 0.35; 'received:google.com': 0.37; 'received:209.85': 0.38; 'seeing': 0.38; 'couple': 0.38; 'received:209': 0.39; 'being': 0.40; 'to:addr:python.org': 0.40; 'your': 0.61; 'is.': 0.63; 'become': 0.69; 'skill': 0.72; 'technology,': 0.74; 'have.': 0.77; '"all': 0.84; 'delaney': 0.84; 'specialty': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=9cVnW7xmLQObi2SoiZtJ/a5JjHUrq1/5X27YiXYtGM0=; b=sXM5BDtUYU/4Z1JLtM2mTA5FwKoiP7h/Ic43P0cc8zzC5fLe9u3RMfmAcM2KK6JY51 L5Puckg07cEqQagnemLYk7LAMyeE4ApVG4PA+dhUTC1MeqPj/IpxzKt5f2bfVY0xbh0b fSuC5X/BKMT2TnzV1WhdGS05G35vwNPxejwu0MAUVpdqifBm8O/3251VdyXsGjbR0QFD gFFF7a0VGpdf4gIwasTzLTcbBkIUU3MEf8JcyvEXsvdv1JV4tNWmeenIzk5cnDqq5Scn 6ru268r9a7Lp3O/SQ+FWH3+WzvfMcaAjRjgXYH5Y1y6sLamg30uG90HRW8zbUHeyv5Zc YfNg== MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 25 Mar 2012 09:31:43 +1100 Subject: Re: Number of languages known [was Re: Python is readable] - somewhat OT 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1332628306 news.xs4all.nl 6877 [2001:888:2000:d::a6]:58433 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:22127 On Sun, Mar 25, 2012 at 9:08 AM, Tim Delaney wrote: > Being able to pick up a new language (skill, technology, methodology, etc) > is IMO the most important skill for a developer to have. Pick it up quickly, > become proficient with it, leave it alone for a couple of years, pick up the > new version when you need/want it. Definitely. And along the way, you also (hopefully) remember what each language's specialty is. When you're faced with a problem, you're then able to "call" the ideal language for the task. The larger your arsenal of "languages I have known", the less "all I have is a hammer, this problem looks like a nail" code you end up seeing on TheDailyWTF.com :) ChrisA