CS 257: Software Design

A database-driven command-line application

Folder: olympics (same folder as for your database design assignment!)

You will work alone on this assignment. Feel free to discuss it with classmates, but submit your own work.

Goal

Rubric

1 - author names in comment at top of olympics.py 2 - olympics.sql is present and populates your database successfully via "psql -U MY_POSTGRES_USER_NAME olympics < olympics.sql" 1 - help/usage statement appears and is descriptive 4 - required program features are present and work correctly 4 - code organization and quality, based on all our discussions of such issues so far this term (commenting, the code reviews, "high quality routines", etc.)

Things to do

Have fun!