python mysql interface

Magnus spammers.do.not.bother at void.bogus
Sun Jul 28 16:57:28 EDT 2002


Adonis wrote:

> i hav downloaded Python mySQL, but lacks any documentation? is there a
> recommended mySQL module for Python?
> 
> any help is greatly appreciated.
> 
> Adonis


Quite often you can find enough of information in the Python interpreter by 
typing:

import theModule
help(theModule)

/Magnus




More information about the Python-list mailing list