sqlite3 intro using Python.
How to create a database in memory or to be saved on computer hard drive.
How to create a table
How to insert many rows
How to query the database
How to use the cursor
#sqlite3,#python,#softwareNuggets
Software nuggets