Goal:
You will be implementing a query interface for a database of World Series results using Python. Your code should read the search data from a form, retrieve the data from a mysql database and output the results of the search into an html formatted table. (Hint: You can use Python's CGI library for the form handling.)
We have provided the html source of a simple search form and the SQL code for creating the table in MySQL. The database table is structured as follows:
Year (Primary Key)
Winning Team
Winning Manager
League of Winning Team
Games
Losing Team
Losing Manager
Resources:
- HTML form
- SQL script to load database into MySQL
- 10% Good turnin
- form handling
- database connection
- correct output
- Python source file(s)
- Readme with any references
No comments:
Post a Comment