Co[de]mmunications

Programming and ramblings on software engineering.

collections.defaultdict

I learned about this gem today. No more if k not in d: d[k] = []. Examples.

Comments