Skip to content

Sep 02: 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