Peter Swanson

Software Engineer

Full Stack Web Developer


Analyzing Information from Reddit


The code below analyzes information collected from Reddit.com subreddits. It uses the textblob Python library to parse out the most used nouns per user and subreddit. It also scores the subjectivity and polarity of each subreddit with textblob’s sentiment analysis tool.



Analyzer.py