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


Groups > comp.lang.python > #99244

Re: Comparators

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: Comparators
Date Mon, 23 Nov 2015 09:12:01 +1100
Lines 21
Message-ID <mailman.54.1448230329.2291.python-list@python.org> (permalink)
References <da205c85-b569-47a6-9708-8cd7d6c5205e@googlegroups.com> <slrnn51roe.1t1.jon+usenet@frosty.unequivocal.co.uk> <e686b079-0e22-4ee9-a8a0-b46b159bf7f7@googlegroups.com> <mailman.45.1448146861.2291.python-list@python.org> <SWq4y.489752$6i2.36058@fx35.am4>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de I+l/a3kSlaMuB4qGf3VZGAQDSb6+WbMfZAh9JLGp7U6g==
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'received:209.85.223': 0.03; 'cc:addr:python-list': 0.09; 'advice.': 0.09; 'git': 0.09; 'grep': 0.09; 'splitting': 0.09; 'yeah,': 0.09; 'commit': 0.15; 'file,': 0.15; '23,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'git.': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'new,': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'chris': 0.26; 'not.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'another.': 0.29; 'idea,': 0.29; "i'm": 0.30; 'creating': 0.30; "i'd": 0.31; 'though.': 0.33; 'file': 0.34; 'add': 0.34; 'received:google.com': 0.35; 'text': 0.35; 'files,': 0.35; 'nov': 0.35; 'something': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'notes': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'stuff': 0.38; 'several': 0.38; 'sure': 0.39; 'build': 0.40; 'your': 0.60; "you'll": 0.61; 'back': 0.62; 'chrisa': 0.84; 'difference.': 0.84; 'notes,': 0.84; 'to:none': 0.91; 'do:': 0.91
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:cc :content-type; bh=ACBwZnpbe64kWeXIUqxu2pKmJTYARYeLDWhxmy3AIeY=; b=G+I5o5ujo1Rn/kKLDNSO2KtmWYqZycV+SA4ZZKlu32tfBo6tG8rs5I/3Qu2qU0sobt 1er3bxTL5eS2gjV0mvK3bBptWO7QtulB3UHsDmIOZ5mr32yr4prRMJ9Cn3k/CYl/bMVT R3WPP8pKsWTzQLFAghfTCR7cbdxLpb2Ls47j+h9MVMeGgW2COUOOP1bu+lK6Z1hFbNF6 Ekj+NHI675xI6XRkUypIVfyvbZc2sDPVWWEF2KVQ39TuYEMwJa1WMskrz7Q1Pvme7E8K gLpkok93oBLOe5UUQv0s9yUIv2Hi5uD6N2j3rN1IdV/xpn7b4C85haTkI8VqjmxUbaBf Uc4Q==
X-Received by 10.107.16.84 with SMTP id y81mr21349769ioi.19.1448230321169; Sun, 22 Nov 2015 14:12:01 -0800 (PST)
In-Reply-To <SWq4y.489752$6i2.36058@fx35.am4>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
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>
Xref csiph.com comp.lang.python:99244

Show key headers only | View raw


On Mon, Nov 23, 2015 at 9:01 AM, Quivis <quivis@domain.invalid> wrote:
> On Sun, 22 Nov 2015 10:00:51 +1100, Chris Angelico wrote:
>
>> I recommend creating a text file of notes. Every time you learn
>> something new, add it to your notes file - and commit the change to git.
>> Then, when you come back to the file, you'll have one of several
>> reactions:
>
> The git part is good advice. I'd like to build on your idea, though.
>
> Create a directory of small text files, each containing a solution to a
> problem, with comments, and what not.
>
> When you look for something, do:
>
>     grep 'the stuff I look for' *

I'm not sure the advantage of splitting the files, but yeah, same
difference. Keep notes, one way or another.

ChrisA

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


Thread

Comparators Cai Gengyang <gengyangcai@gmail.com> - 2015-11-21 14:16 -0800
  Re: Comparators Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2015-11-21 22:21 +0000
    Re: Comparators Cai Gengyang <gengyangcai@gmail.com> - 2015-11-21 14:49 -0800
      Re: Comparators Chris Angelico <rosuav@gmail.com> - 2015-11-22 10:00 +1100
        Re: Comparators Quivis <quivis@domain.invalid> - 2015-11-22 22:01 +0000
          Re: Comparators Chris Angelico <rosuav@gmail.com> - 2015-11-23 09:12 +1100

csiph-web