I am trying to learn SQLite for Python ... Best method?

I read a few books that deal with SQLite, but nothing specific to help me learn it in Python, the question is, is there any book or source that you could recommend me with this ...

Secondly, it studies MySQL in the same way as it does SQLite, because I see these resources everywhere ...

+3
source share
2 answers

You will probably want to learn about SQL , whose variants are used by a number of different relational databases, including MySQL and SQLite (which, as noted in several comments, mix together) using the standard python library sqlite3. You cannot go wrong with introducing Doug Hellmann PyMOTW into the module sqlite3: http://www.doughellmann.com/PyMOTW/sqlite3/ .

+8
source

, zeekay, MySQL SQLite - . Python. , firefox sqlite sqlite. , API- python, sqlite. sqlite3 . DB-API2 . , , sqlite.

+1

All Articles