views:

249

answers:

4

looking for a good tutorial for learning sqlite in python- with a focus on the sql, not the bindings

specifically, one that assumes no prior knowledge of sql

+1  A: 
  1. Python
  2. SQLite and Using SQLite in Python
KMan
+2  A: 

Here's a nice series of blog posts where the author develops a GUI-fronted database for bioinformatics using sqlite and wxpython.

DrBloodmoney
A: 

Why you don't just use the sqlite3 class with-in Python?

chapter 11.6 in Python documentation