Skip to content

Instantly share code, notes, and snippets.

@mals14
Created June 14, 2020 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mals14/cfaf804b2a75998826cdeadc58e5c34d to your computer and use it in GitHub Desktop.
Save mals14/cfaf804b2a75998826cdeadc58e5c34d to your computer and use it in GitHub Desktop.
sort lists of dictionaries in python

Sorting Lists of Dictionaries

Frequently you want to sort a list of dictionaries, based on some particular key.

Source: SortingListsOfDictionaries - Python Wiki Link

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