Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.133 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.76; '*S*': 0.03; 'subject:Python': 0.06; '21,': 0.07; 'definition,': 0.09; '2:28': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'python",': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'python?': 0.22; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'bunch': 0.31; 'sep': 0.31; 'know.': 0.32; 'not.': 0.33; 'info': 0.35; 'received:google.com': 0.35; 'problems': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'easy': 0.60; 'subject:"': 0.60; 'hope': 0.61; 'today,': 0.61; 'myself': 0.63; 'levels': 0.65; 'urgent': 0.67; 'answer.': 0.68; 'subject:before': 0.84; 'subject:know': 0.84; 'subject:saying': 0.84; '2013': 0.98 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=scYFupDTby1K6BQqYkRTKrVqudtK5yWwsDtDk1dpvTY=; b=Kw3kjJTK7CtEROf222DAJ6mjSTMqzqx1PJ579UT5Qgzfe+1/9iE+fwOu2S/ffq2rGN t+Rm5cVfq/leNAH292BK/j6LKh8y6A4t8dhlwdiJRd9qZl7QE4dO5fK5FEPNVECMu8rr DQgct7mRyJRzIQE2VztomNp4ObKRAUb+Aa00vTx9X1mjG7Ux056+PsjGGCzFRMc2Jq63 wcF59MGC1UtMpRovaj1c34VFya41YFUe3yGzvISYbzh4iglpBQnSwHRg/Jxm+Fiwj1pE s5DESCFFsk8MVra6KLX25zl92CbU0J5ZC+kcYs9ObOgqQFzmVwSmhTGu4J51cNtyahTd rlRg== MIME-Version: 1.0 X-Received: by 10.52.98.35 with SMTP id ef3mr732227vdb.37.1379694872713; Fri, 20 Sep 2013 09:34:32 -0700 (PDT) In-Reply-To: <771f2126-883f-40de-8df0-93c79061305f@googlegroups.com> References: <31df03f7-2b81-483a-9242-b83ba4559b1a@googlegroups.com> <97f90924-7690-442c-a1b3-4d7409e30d44@googlegroups.com> <31648467-19e8-484c-995d-1e5ba48b5ea3@googlegroups.com> <771f2126-883f-40de-8df0-93c79061305f@googlegroups.com> Date: Sat, 21 Sep 2013 02:34:32 +1000 Subject: Re: What minimum should a person know before saying "I know Python" 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.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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379694881 news.xs4all.nl 15998 [2001:888:2000:d::a6]:49793 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54494 On Sat, Sep 21, 2013 at 2:28 AM, Aseem Bansal wrote: > I hope that cleared some confusion about what I wanted to ask. I wanted to gauge myself to find if I am progressing or not. Well, based on my definition, that's easy to answer. Have you solved problems using Python? If you have a bunch of HTML pages and you need to get some info out of all of them by COB today, do you think "I can do that with Python", or do you think "I can do that with sed, awk, grep, and five levels of pipe"? The tools you use for an urgent job will be the ones you know. ChrisA