DUE: Monday February 13 at 5pm. Your project should be available on GitHub.
You are going create a sample software project to gain experience with deploying an application that meets Prime Directive 3 at a minimum and not so much prime directives 1 and 2 (but it wouldn’t hurt).
Key Skill: Setting up a workable software project (project layout, dependencies, requirements, etc.)
pip install ...
if you are using Anaconda Python see this for alternative installation help.
Place code containing a simple demonstration of your python package in a source code file in your source code directory.
Generate and properly save your requirements file
Compose your readme.
http://www.oreilly.com/programming/free/files/20-python-libraries-you-arent-using-but-should.pdf
http://docs.python-guide.org/en/latest/#scenario-guide-for-python-applications See section entitled Scenario Guide for Python Applications