Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22040
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'languages,': 0.03; 'subject:Python': 0.05; 'say.': 0.07; 'python': 0.08; 'coding,': 0.09; 'am,': 0.12; 'developer': 0.12; 'subject:was': 0.15; 'efficiently.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'language?': 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; 'maybe': 0.21; 'versions': 0.23; 'code': 0.26; "i'm": 0.28; 'message- id:@mail.gmail.com': 0.29; 'languages.': 0.29; 'quite': 0.31; "i've": 0.32; 'languages': 0.32; 'agree': 0.33; 'fri,': 0.34; 'steven': 0.34; 'subject:Number': 0.34; 'typical': 0.34; 'to:addr :python-list': 0.35; 'two': 0.36; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'should': 0.38; 'received:209': 0.39; 'entirely': 0.40; 'might': 0.40; 'to:addr:python.org': 0.40; 'ever': 0.64; '3-4': 0.71; '4:44': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JqAV6cyDj/oL8q7ZTQU9enTDBe1+LFqxZjf/Ipi5BV0=; b=b0s7QvSdbLi1X/B3WBJC1aRpUmq4yh32IK5lvK9bToVzj5bpUEtaiSF02KI6eSu9Yh uDs6tkU8llGlFqgdp9eOwW4QmKyaaeiMqHg9W9pKDk8E88kY4IkQJ4SEsmhwX6QSPLDS 4vvPU3F/25Sv5iACS2oUOBSQlAGQzGfPQLYPeq0F7L0r3GEi9uRdTFPTsFMdEeLA0l0w UksVWbib2lKOVYrKnTQ2lgS8mcZtb2Ot5b4nXfYx94YDC0TDOSr5hclQ+qCvSjFrEL/3 mIUo6FhSacpzcLz5wYpiy9FeWcOHiJXrTMRpnJYhpSigmAAYDMYRiJn/EpMlCa4IJFr4 e1KQ== |
| MIME-Version | 1.0 |
| Date | Fri, 23 Mar 2012 06:14:46 +1100 |
| Subject | Number of languages known [was Re: Python is readable] - somewhat OT |
| 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.898.1332443688.3037.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1332443688 news.xs4all.nl 6910 [2001:888:2000:d::a6]:36676 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:22040 |
Show key headers only | View raw
On Fri, Mar 23, 2012 at 4:44 AM, Steven D'Aprano <steve+comp.lang.python@pearwood.info> wrote: > The typical developer knows three, maybe four languages > moderately well, if you include SQL and regexes as languages, and might > have a nodding acquaintance with one or two more. I'm not entirely sure what you mean by "moderately well", nor "languages", but I'm of the opinion that a good developer should be able to learn a new language very efficiently. Do you count Python 2 and 3 as the same language? What about all the versions of the C standard? In any case, though, I agree that there's a lot of people professionally writing code who would know about the 3-4 that you say. I'm just not sure that they're any good at coding, even in those few languages. All the best people I've ever known have had experience with quite a lot of languages. ChrisA
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Number of languages known [was Re: Python is readable] - somewhat OT Chris Angelico <rosuav@gmail.com> - 2012-03-23 06:14 +1100
Re: Number of languages known [was Re: Python is readable] - somewhat OT Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-03-23 01:11 +0000
Re: Number of languages known [was Re: Python is readable] - somewhat OT Steve Howell <showell30@yahoo.com> - 2012-03-22 19:48 -0700
Re: Number of languages known [was Re: Python is readable] - somewhat OT Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-03-23 00:51 -0400
Re: Number of languages known [was Re: Python is readable] - somewhat OT Chris Angelico <rosuav@gmail.com> - 2012-03-23 18:05 +1100
Re: Number of languages known [was Re: Python is readable] - somewhat OT Steve Howell <showell30@yahoo.com> - 2012-03-23 01:04 -0700
Re: Number of languages known [was Re: Python is readable] - somewhat OT Chris Angelico <rosuav@gmail.com> - 2012-03-23 19:24 +1100
Re: Number of languages known [was Re: Python is readable] - somewhat OT Nathan Rice <nathan.alexander.rice@gmail.com> - 2012-03-23 10:27 -0400
RE: Number of languages known [was Re: Python is readable] - somewhat OT "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-03-23 15:15 +0000
RE: Number of languages known [was Re: Python is readable] - somewhat OT "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-03-23 15:16 +0000
Re: Number of languages known [was Re: Python is readable] - somewhat OT Ethan Furman <ethan@stoneleaf.us> - 2012-03-23 09:23 -0700
Re: Number of languages known [was Re: Python is readable] - somewhat OT Peter Otten <__peter__@web.de> - 2012-03-23 19:28 +0100
Re: Number of languages known [was Re: Python is readable] - somewhat OT Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-03-23 17:11 -0400
Re: Number of languages known [was Re: Python is readable] - somewhat OT Dave Angel <d@davea.name> - 2012-03-24 00:44 -0400
Re: Number of languages known [was Re: Python is readable] - somewhat OT Steve Howell <showell30@yahoo.com> - 2012-03-23 00:45 -0700
Re: Number of languages known [was Re: Python is readable] - somewhat OT Steve Howell <showell30@yahoo.com> - 2012-03-22 20:11 -0700
csiph-web