How to connect the MYSQL database to Python program?

Chris Angelico rosuav at gmail.com
Wed Dec 9 12:57:45 EST 2015


On Thu, Dec 10, 2015 at 4:51 AM, ICT Ezy <ictezy at gmail.com> wrote:
> Pl explain me how to connect the MYSQL database to Python program?

You start by looking for a module that lets you do that. You can use
your favourite web search engine, or go directly to PyPI.

Then you learn how to use that module, including learning SQL if you
don't already know it.

ChrisA



More information about the Python-list mailing list