INST 326 Module 9

Topics

This module looks at ways to integrate Python programs with databases and SQL (Structured Query Language). SQL is an ISO/ANSI standard for creating relational databases, and there are a number of widely used implementations, both commercial (e.g. Oracle) and open source (e.g. MariaDB).

Learning Outcomes

After completing this module, students should understand:

Readings

Additional Readings (optional, as needed)

Historical Background

Python Resources

Database Resources