Skip to content

Instantly share code, notes, and snippets.

@russelllim22
Last active August 25, 2021 12:02
Show Gist options
  • Save russelllim22/a11bc04f1412ab58eba6536815db42e4 to your computer and use it in GitHub Desktop.
Save russelllim22/a11bc04f1412ab58eba6536815db42e4 to your computer and use it in GitHub Desktop.
pub_count, pubs = zip(*sorted(zip(pub_count, pubs), reverse=True))
pub_count_10 = list(pub_count)[0:10]
pub_names_10 = list(pubs)[0:10]
# pub_counts_10 = [131, 80, 32, 30, 26, 24, 18, 17, 16, 15]
# pub_names_10 = [['Cantors Paradise', 'Towards Data Science', 'MathAdam', 'Geek Culture', 'Nerd For Tech',
# 'Analytics Vidhya', 'Not Zero', 'The Breakthrough', 'DataDrivenInvestor', 'Math Simplified']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment