Skip to content

Instantly share code, notes, and snippets.

@AnasAlmasri
Created May 9, 2020 17:49
Show Gist options
  • Save AnasAlmasri/b5feb4f865d05d29684faed1edbc455c to your computer and use it in GitHub Desktop.
Save AnasAlmasri/b5feb4f865d05d29684faed1edbc455c to your computer and use it in GitHub Desktop.
stats = {
'2019': [
{
'title': 'Creating The Twitter Sentiment Analysis Program in Python with Naive Bayes Classification',
'views': '89434',
'reads': '23128',
'ratio': '26%',
'fans': '115'
}
],
'2018': [
{
'title': 'What Are Training, Validation and Test Data Sets in Machine Learning',
'views': '11253',
'reads': '6372',
'ratio': '57%',
'fans': '17'
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment