Hacker News new | ask | show | jobs
by dougws 4909 days ago
Have used all of the techniques in the article (plus dict/set comprehensions) but had never heard of dict views [1] until now. Good stuff!

[1] http://docs.python.org/2/library/stdtypes.html#dictionary-vi...