First things first:
Hi. How have you been? Ok, Honestly, I don’t care.
Moving on.
I just got some new tech books: Programming Erlang (semi-work related), Programming Pearls (2nd edition) and Beautiful Code.
I started working on Programming Erlang but stopped a few chapters into it. For someone that has thought exclusively in OO for the last 10 years or so, trying to remember that = is a pattern matching operator is f’d up.
Anyways, a couple weeks ago I started to do Project Euler to learn a bit of python, and plowed my way through a bunch of the first problems (20-30) – they were mostly easy, even though my math stops at grade 12 – a few I ran into constraints issues where I actually had to think my way through the problem, or, even more rarely, find a mathematical explanation of the problem in order to write an algorithm. (the two triangle problems caused this. )
Python is a pretty cool language, very easy to learn.
Anyways, I had originally started this post with the desire to write a list of books I can’t do without, but I kinda got sidetracked. By Work.
i love python.
and now you’ve done a very bad thing;
now i must solve all these problems.