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
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
Here's a nice series of blog posts where the author develops a GUI-fronted database for bioinformatics using sqlite and wxpython.
Why you don't just use the sqlite3 class with-in Python?