Python Web frontends to database backends |
|
To illustrate how easy it is to build a Web frontend for a database using Python's universal database interface, here is an application for biologists.
import MySQLdbwhich supports the DBAPI 1.0 interface.
|
John Shipman, john@nmt.edu
Last updated: 2006/12/07 22:36:39 UT URL: http://www.nmt.edu/tcc/help/lang/python/web-db.html |
|