why does php have a standard SQL module and Python doesn't !?

Murtog (sent by Nabble.com) lists at nabble.com
Sat Dec 17 00:05:09 EST 2005


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:
http://www.nabble.com/why-does-php-have-a-standard-SQL-module-and-Python-doesn%27t-%21--t750596.html#a1984758
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20051216/f7a93681/attachment.html>


More information about the Python-list mailing list