Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Comparators Date: Mon, 23 Nov 2015 09:12:01 +1100 Lines: 21 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de I+l/a3kSlaMuB4qGf3VZGAQDSb6+WbMfZAh9JLGp7U6g== Return-Path: 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: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:99244 On Mon, Nov 23, 2015 at 9:01 AM, Quivis 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