Skip to content

Instantly share code, notes, and snippets.

@seanlinehan
Created September 13, 2015 03:18
Show Gist options
  • Save seanlinehan/5e7ba8009c6886bd763d to your computer and use it in GitHub Desktop.
Save seanlinehan/5e7ba8009c6886bd763d to your computer and use it in GitHub Desktop.
# Limit the list to people who have at least 43 followers in the set
filtered = {
followed: follower_sets[followed]
for followed in follower_sets.keys()
if len(follower_sets[followed]) >= 43
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment