Twitter Sentiment Analysis in Python – With Code
In this post, I want to share a cool project I recently did as part of the Data Engineering module of my PDEng program. I will show how to do simple twitter sentiment analysis in Python with streaming data from Twitter. The data is streamed into Apache Kafka, then stored in a MongoDB database, and … Read more