INLS 560 Programming for Information Professionals
INLS 560
Schedule
Course Info
WEEK 1
WEEK 2
WEEK 3
WEEK 4
WEEK 5
WEEK 5,
July 22
Assignment 5 due Monday, July 29
Database Overview
Slides (pdf)
Overview, Basic SQL
SQLite, DB Browser, Python database support
Restaurant Database, Exceptions, Queries
Examples
Useful Links
Python docs: Data Persistence
Python docs: sqlite3 -- DB-API 2.0 interface for SQLite databases
SQLite
Database Queries
Slides (pdf)
Column and wildcard searching
National Park Service database
Examples
Useful Links
Python docs: Data Persistence
Python docs: sqlite3 -- DB-API 2.0 interface for SQLite databases
SQLite