[Tutor] Python + MySQL

Kyle Babich kb@mm.st
Tue, 6 Aug 2002 11:07:45 UT


So the default install of Python 2.2.1 includes no support for mysql?

On Tue, 6 Aug 2002 11:46:41 +0300, "Pijus Virketis"
<pijus@virketis.com> said:
> Kyle,
>=20
> >Where can I find a tutorial on Python and MySQL?
>=20
> You're probably using the Python MySQL module
> (http://sourceforge.net/projects/mysql-python) to interface with the
> database. This module implements a standard DB API-2.0 interface,
> insofar as the underlying properties of MySQL permit it. You can
> learn about using any module implementing the API here:
>=20
> http://www.amk.ca/python/writing/DB-API.html
>=20
> Cheers,
>=20
> Pijus
>=20
>=20
> --
> "Anyone attempting to generate random numbers by deterministic means
> is, of course, living in a state of sin." -- John Von Neumann
>=20
>=20
>=20

--
Kyle