*********************************
There is now a CONTENT FREEZE for Mercury while we switch to a new platform. It began on Friday, March 10 at 6pm and will end on Wednesday, March 15 at noon. No new content can be created during this time, but all material in the system as of the beginning of the freeze will be migrated to the new platform, including users and groups. Functionally the new site is identical to the old one. webteam@gatech.edu
*********************************
Pre-requisite: Python Introduction and Python Logic workshop, or knowledge on basic Python logic
This tutorial will help you get started using Python to grab data from the web, analyze the data and create graphs with our analysis. We will use a relatively small scale simple project to demonstrate the basic usage of these tools by gathering some tweets from a twitter search, processing the tweets to allow for easier analysis, and analyzing the objectivity, polarity, and frequency of word usage of the tweets based on the text.
Tools: Anaconda, python libraries including numpy, Pandas, Textblob, bokeh, and Selenium