Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'languages,': 0.04; 'python': 0.09; 'cc:addr:python-list': 0.10; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'message-id:@tim.thechases.com': 0.16; 'python",': 0.16; 'received:70.251': 0.16; 'received:dsl.rcsntx.swbell.net': 0.16; 'received:rcsntx.swbell.net': 0.16; 'received:swbell.net': 0.16; 'scare': 0.16; 'wrote:': 0.17; 'code.': 0.20; 'assuming': 0.22; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'wrote': 0.26; "doesn't": 0.28; 'subject:what': 0.29; 'code': 0.31; 'choosing': 0.33; "can't": 0.34; 'community': 0.35; 'so,': 0.35; 'subject:?': 0.35; 'but': 0.36; 'should': 0.36; 'being': 0.37; 'why': 0.37; 'subject:: ': 0.38; 'speak': 0.38; 'apply': 0.39; 'takes': 0.39; 'where': 0.40; 'days': 0.60; 'most': 0.61; "you'll": 0.62; 'back': 0.62; 'hours': 0.66; '"learn': 0.84; 'awesome,': 0.84; 'received:50.22': 0.84; 'subject:learn': 0.84 Date: Sun, 30 Sep 2012 08:45:38 -0500 From: Tim Chase User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111120 Icedove/3.1.16 MIME-Version: 1.0 To: tcgo Subject: Re: Can somebody give me an advice about what to learn? References: <15f76508-437a-4d18-ac9b-16174ef172e8@googlegroups.com> In-Reply-To: <15f76508-437a-4d18-ac9b-16174ef172e8@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com X-Source: X-Source-Args: X-Source-Dir: Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1349012680 news.xs4all.nl 6884 [2001:888:2000:d::a6]:60811 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:30554 On 09/30/12 07:58, tcgo wrote: > So, assuming you'll say me "learn python", why should I learn it > over Ruby? For me, most of Chris's answers apply to both Python and Ruby. Well, I can't speak regarding the Ruby community being as awesome, but it doesn't seem to scare off folks. *READABILITY* is my main reason for choosing Python, particularly over Ruby. I can come back to Python code I wrote 5+ years ago, and it takes me mere minutes to reorient myself to the code. I can't do that with most other languages, where it often takes me hours or days to unwind the code. -tkc