A Blog About Software Development And Tutorials

You may want to subscribe and get my latest blog post in your inbox.
image
Making sense of Twitter data with NLP

Using Natural Language Processing (NLP), and Scikit-Learn, we will make a basic sentiment classification model from the data we have collected ...

Read more →

image
Pre-processing Twitter Data using Python

In this blog post, I’ll show you how to clean the data we have extracted from Twitter in the previous article, and prepare it to do some analysis ...

Read more →

image
Collecting data from Twitter REST Search API using Python

Using Python and Twython library, I’ll show you in this blog post how to connect to Twitter Search API, submit search queries and extract the results ...

Read more →