What is the best way to use an embedded database, say sqlite in Python:
I started here:
http://www.devshed.com/c/a/Python/Using-SQLite-in-Python
It's 5 (short) pages with just the essentials got me going right away.