Remove keys from a list of dicts in Python

- python

I often have this need to remove some keys from a list of dict, like cleaning it before passing it.

Comment on Gist