You may continue to work with your partner for the database design assignment, or you
may work alone.
Goal
- Learn to use the psycopg2 module
to access your PostgreSQL databases from within Python programs.
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!