Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save NTU-P04922004/a433615fd65f2856756c06f0fa2f9396 to your computer and use it in GitHub Desktop.

Select an option

Save NTU-P04922004/a433615fd65f2856756c06f0fa2f9396 to your computer and use it in GitHub Desktop.
Sort keys in dict
keys = list(finger_label_dict.keys())
keys.sort(key=lambda f: int(''.join(filter(str.isdigit, f))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment