Skip to content

Aug 29: Running SQL in Python

Learning Objectives

After today's class, you should be able to:

  • Explain the difference between a Connection and a Cursor.
  • Write a Python program that executes SQL queries and updates.

Lesson Outline

Lecture Slides [20 min]

Lab Activity [45 min]

Discussion [10 min]

  • Solution and lessons learned

Your To-Do List

  • Finish reading zyBook sections 2.12.6
  • Finish working on HW 1 (due Monday)