July 26, 2007
Code Like a Pythonista: Idiomatic Python
Good summary of some of the powerful pieces of Python that are easy to overlook if you’re used to other, let’s say “more verbose”, languages. I’ve been coding in Python for close to three years, and there was stuff I learned here (dict.setdefault: where have you been all my life?)