Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54494

Re: What minimum should a person know before saying "I know Python"

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 <rosuav@gmail.com>
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> <mailman.182.1379684366.18130.python-list@python.org> <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 <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.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.192.1379694881.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Sat, Sep 21, 2013 at 2:28 AM, Aseem Bansal <asmbansal2@gmail.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

What minimum should a person know before saying "I know Python" Aseem Bansal <asmbansal2@gmail.com> - 2013-09-20 02:58 -0700
  Re: What minimum should a person know before saying "I know Python" rusi <rustompmody@gmail.com> - 2013-09-20 04:43 -0700
    Re: What minimum should a person know before saying "I know Python" Robert Kern <robert.kern@gmail.com> - 2013-09-20 14:39 +0100
      Re: What minimum should a person know before saying "I know Python" rusi <rustompmody@gmail.com> - 2013-09-20 08:50 -0700
        Re: What minimum should a person know before saying "I know Python" Aseem Bansal <asmbansal2@gmail.com> - 2013-09-20 09:28 -0700
          Re: What minimum should a person know before saying "I know Python" Chris Angelico <rosuav@gmail.com> - 2013-09-21 02:34 +1000
            Re: What minimum should a person know before saying "I know Python" Aseem Bansal <asmbansal2@gmail.com> - 2013-09-20 10:40 -0700
              Re: What minimum should a person know before saying "I know Python" Aseem Bansal <asmbansal2@gmail.com> - 2013-09-20 10:51 -0700
              Re: What minimum should a person know before saying "I know Python" Chris Angelico <rosuav@gmail.com> - 2013-09-21 12:06 +1000
              Re: What minimum should a person know before saying "I know Python" Gene Heskett <gheskett@wdtv.com> - 2013-09-21 02:22 -0400
              Re: What minimum should a person know before saying "I know Python" Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-09-22 12:44 -0400
            Re: What minimum should a person know before saying "I know Python" Roy Smith <roy@panix.com> - 2013-09-20 22:31 -0400
              Re: What minimum should a person know before saying "I know Python" Chris Angelico <rosuav@gmail.com> - 2013-09-21 12:54 +1000
  Re: What minimum should a person know before saying "I know Python" Tim Chase <python.list@tim.thechases.com> - 2013-09-20 06:53 -0500
  Re: What minimum should a person know before saying "I know Python" Chris Angelico <rosuav@gmail.com> - 2013-09-21 00:26 +1000
  Re: What minimum should a person know before saying "I know Python" Mark Janssen <dreamingforward@gmail.com> - 2013-09-20 09:23 -0700
  Re: What minimum should a person know before saying "I know Python" Jugurtha Hadjar <jugurtha.hadjar@gmail.com> - 2013-09-20 18:07 +0100
  Re: What minimum should a person know before saying "I know Python" Terry Reedy <tjreedy@udel.edu> - 2013-09-20 18:26 -0400
  Re: What minimum should a person know before saying "I know Python" Gene Heskett <gheskett@wdtv.com> - 2013-09-22 14:55 -0400
  Re: What minimum should a person know before saying "I know Python" Gene Heskett <gheskett@wdtv.com> - 2013-09-22 15:48 -0400
  Re: What minimum should a person know before saying "I know Python" Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-09-22 23:29 -0400
  Re: What minimum should a person know before saying "I know Python" Gene Heskett <gheskett@wdtv.com> - 2013-09-23 00:10 -0400
  Re: What minimum should a person know before saying "I know Python" CM <cmpython@gmail.com> - 2013-09-23 19:34 -0700
  Re: What minimum should a person know before saying "I know Python" Schneider <js@globe.de> - 2013-09-26 12:16 +0200

csiph-web