The best programming advice I ever received was when my sister told me to think of things I wanted or needed to do, and then to try and think of how to solve them algorithmically — the logic being that I’m more likely to get motivated and complete a utility I actually need than one that I don’t.
I’m saying this because, once again, it’s proven handy. In this case I have a mess of text I need to reformat into a particular set pattern, with only a handful of actual variables that nonetheless do change from block to block. Annoying by hand or by copying, easy as pie with under 20 lines of Python. It’s still not perfect, but it’s a total lifesaver.
Sacrilegious though it may be, I’m still questioning the very concept of “hello world”.


