Skip to content

Instantly share code, notes, and snippets.

@zenweasel
Created July 17, 2015 18:11
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 zenweasel/d4df76b33394de35e3b1 to your computer and use it in GitHub Desktop.
Save zenweasel/d4df76b33394de35e3b1 to your computer and use it in GitHub Desktop.
Sorting a list of dictionaries
sorted_locations = sorted(locations, key=lambda l: l['address']['distance'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment