On Sun, 13 Jul 2014 22:05:29 +0100, Simon Slavin <slav...@bigfraud.org>
wrote:

> A Python programmer was doing a lot of data processing in Python
> and wondered whether SQLite could speed it up:
> 
> <http://sebastianraschka.com/Articles/sqlite3_database.html>
> 
> The article and the database needs of the programmer are rather
> simple, and the results are unremarkable (fast DBMS is fast).
> But the examples of SQLite-via-Python code are clear and well
> written and may be useful for Python users who want to learn
> SQLite.  Especially for the triple-quoting needed for
> .execute().

His follow-up article is nice too:
<http://sebastianraschka.com/Articles/2014_sqlite_in_python_tutorial.html>


-- 
Groet, Cordialement, Pozdrawiam, Regards,

Kees Nuyt

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to