Re: [sqlite] Brief intro to SQLite in Python

2014-07-14 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/07/14 14:05, Simon Slavin wrote: > 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. Sadly it neglects one huge surprising area. The sqlite3 module shipped with

Re: [sqlite] Brief intro to SQLite in Python

2014-07-14 Thread Kees Nuyt
On Sun, 13 Jul 2014 22:05:29 +0100, Simon Slavin wrote: > A Python programmer was doing a lot of data processing in Python > and wondered whether SQLite could speed it up: > > > > The article and the database

Re: [sqlite] Brief intro to SQLite in Python

2014-07-13 Thread Keith Medcalf
>A Python programmer was doing a lot of data processing in Python and >wondered whether SQLite could speed it up: > > > >The article and the database needs of the programmer are rather simple, >and the results are unremarkable (fast DBMS

[sqlite] Brief intro to SQLite in Python

2014-07-13 Thread Simon Slavin
A Python programmer was doing a lot of data processing in Python and wondered whether SQLite could speed it up: The article and the database needs of the programmer are rather simple, and the results are unremarkable (fast DBMS is