Skip to content

Instantly share code, notes, and snippets.

@angstwad
Created March 25, 2020 14:44
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 angstwad/72db32ad75fd2d5eb8d30c174c774273 to your computer and use it in GitHub Desktop.
Save angstwad/72db32ad75fd2d5eb8d30c174c774273 to your computer and use it in GitHub Desktop.
Snippets for Blog: Solving a Set Cover Problem in Cloud IAM on GCP
roles_sorted_by_perms_asc = sorted(perms_counts.items(),
key=lambda x: x[1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment