SQLite with Python - Noisebridge Python Class

Details
Learn the basics of using a simple SQL database called SQLite with Python.
This class will cover the basics of how to create and query a small database using a combination of Python code and SQL (aka 'Structured Query Language', a common way to describe and query database systems).
For more information please see:
Wiki Entry (https://noisebridge.net/wiki/Pyclass)
Lessons (https://github.com/PyClass/PyClassLessons/tree/master/course)
• Week 1 - September 25 - JSON and File Manipulation
• Week 2 - October 2 - String Management
• Week 3 - October 9 - Storing data with sqlite databases
• Week 4 - October 16 - Thinking in Algorithms, Bubble Sort
• Week 5 - October 23 - Functions Omnibus
• Week 6 - October 30 - Flask Basics / what is a web application?

SQLite with Python - Noisebridge Python Class