mysql python Newbie Question

djw dwelch91.nospam at comcast.net
Fri Jan 2 21:53:21 EST 2004


Andrew wrote:
> Hi I would like to create a program that accesses mysql from a gui on my
> local computer "mysql is on a server"
> 
> but I am fairly new to python and programming GUI's in general
> 
> What I would like this program to do is be able to access my server and
> change update add and delete records from my databases without having to
> write sql.
> 
> I can create the GUI fairly easily but I do not know how I or what functions
> and modules would be needed to do this or how to write them "Forgive me if I
> sound to Newb"
> 
> If someone out there could help me out maybe offer advice or even better
> some code to build on that would be cool
> 
> Thanks in advance
> 
> Cheers
> 
> Andrew
> 
> 
Quick google search of "python mysql" yields:

http://sourceforge.net/projects/mysql-python

Google of "python mysql example" yields:

http://www.devshed.com/Server_Side/Python/PythonMySQL/print_html


Moral: Google is your friend.

-D




More information about the Python-list mailing list