This confusion is usual, its because python implements a padronized way to access databases, so you can change your database without having to change too much code.

The easiest and quickest manner to access a MySQL and using Python is:
1) Geting the module using this site: http://www.python.org/topics/database/modules.html
2) Read this tutorial(very very useful): http://www.kitebird.com/articles/pydbapi.html

I hope this helps you. Sorry for my english. Cheers! =]

Sent from the Python - python-list forum at Nabble.com:
Re: why does php have a standard SQL module and Python doesn't !?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to