Project Management

    This project involves identifying and analyzing a Python package and presenting a summary and example code that demonstrates what the package can do. What to turn in A functioning Python script that gives a demonstration on how this package or set of packages can be used to accomplish a task. For example, maybe you want to create a program that scans twitter feeds and gives a social score or rating on particular topics based on positive or negative adjectives used in the tweets. You may want to use a libraries such as tweepy or nltk to do such a project, tweepy could be used to pull in the tweets while nltk will analyze the sentiment of the content written in each tweet. This is only an idea. Come up with your own. Step 1: Pick a package First, search the web for packages and decide what you would like to research. Below are some examples to help get you started on finding such packages: Category: Web Stuff • tweepy (Links to an external site.) • flask (Links to an external site.) • beautiful soup (Links to an external site.) • requests (Links to an external site.) Category: Text analysis • textblob (Links to an external site.) • spacy (Links to an external site.) • nltk (Links to an external site.) Category: Analytics, Data Science, Info. Visualization • pandas (Links to an external site.) • numpy (Links to an external site.) • matplotlib