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


Groups > comp.lang.python > #99225

Re: Comparators

From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: Comparators
Date 2015-11-22 10:00 +1100
Message-ID <mailman.45.1448146861.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>

Show all headers | View raw


On Sun, Nov 22, 2015 at 9:49 AM, Cai Gengyang <gengyangcai@gmail.com> wrote:
> Hmm .. I am a slow learner and have poor memory. Sometimes when I see a new programming operator, I have to type it out so that I can remember it and let it sink into my brain
>

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:

1) "Yeah, that's right! Good stuff to remember." - it's done its job
by reminding you.
2) "Wait, what? How does that work?" - add some clarification notes.
3) "Of course it's like that. I know that. Don't need that any more."
- remove it (and commit the change to git).

Every time #3 comes up, you know you're learning - you're becoming a
better programmer. And it will, often. This isn't something just for
"novice" or "beginning" programmers, either; I have a file like that,
although not only about programming. (This week, I added notes about
using iptables to NAT from one IP address to a completely different
one, and change the port number used, which basically let me deploy a
temporary bouncer on a cheap cloud server, getting around a temporary
outage here. Worth doing.) Some stuff will stay there for a long time,
ready for you to look it up whenever you need it. Other stuff will
come and go. All of it is useful.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next 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