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().

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

Reply via email to