Skip to content

Instantly share code, notes, and snippets.

View AMMullan's full-sized avatar

Allan Mullan AMMullan

View GitHub Profile
@AMMullan
AMMullan / snippets.py
Last active August 3, 2022 16:00
Useful Python Snippets
import re
def equal_dicts(d1, d2, ignore_keys=None):
''' Dictionary Comparison
Takes 2 lists and does a comparison, excluding the keys from ignore_keys
Arguments:
d1 {dict} -- First Dict