Skip to content

Instantly share code, notes, and snippets.

@n1lux
Created July 20, 2016 15:57
Show Gist options
  • Save n1lux/9daeb8e7cebcaca0926cb0b270d953fc to your computer and use it in GitHub Desktop.
Save n1lux/9daeb8e7cebcaca0926cb0b270d953fc to your computer and use it in GitHub Desktop.
Sorted list by key
r = sorted(list(), key=lambda x: x['key'], reverse=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment