Skip to content

Instantly share code, notes, and snippets.

@ZwodahS
Last active August 29, 2015 14:11
Show Gist options
  • Save ZwodahS/f5464fd302f1fe79b4ee to your computer and use it in GitHub Desktop.
Save ZwodahS/f5464fd302f1fe79b4ee to your computer and use it in GitHub Desktop.
filters dictionary in python.
"""
Provide 2 useful functions for python dictionary manipulation.
dict_filters : filter a dictionary using a simple include exclude params.
dict_equal : recursively check if 2 dictionary is equal.
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment