Python has great builtins for working with lists, but utilities
for working with dictionaries are lacking. This fills the gap.
Some functions are inspired by underscore.js
but unlike some other
helper libraries this is not a port.
Also take a look at these wonderful and complementary libraries
funcy
(e.g.partition
,split
and various other functions to manipulate sequences and make functional programming easier)