SQLite and Python

I have already written an article about using a SQLite database from R.  I was playing recently with some data, scraped from a web site to text files, that I wanted to transform into a SQLite database. I decided to do it in python, using the sqlite3 module. After a few experiments, I noticed that …

More