I write about programming, technology, and people. Sometimes I take photos of places I visit.
Latest posts
Performance experiment
Example of a higher order function in python is sorted
.
d = {'one':1, 'two':2, 'three':3}
sorted(d.iteritems(), key=lambda (k,v):vs)
If you want to read more, check out the archive.