Skip to content

Instantly share code, notes, and snippets.

@mrgnw
Created January 4, 2019 19:30
Show Gist options
  • Save mrgnw/abf3ac16e4ac890990b52485feb119c5 to your computer and use it in GitHub Desktop.
Save mrgnw/abf3ac16e4ac890990b52485feb119c5 to your computer and use it in GitHub Desktop.
python #snippets

Get all values with a certain key from a list of dicts

set([x['key'] for x in list_of_dicts]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment