Skip to content

Instantly share code, notes, and snippets.

@brent-hoover
Created July 17, 2015 18:11
Show Gist options
  • Save brent-hoover/d4df76b33394de35e3b1 to your computer and use it in GitHub Desktop.
Save brent-hoover/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