From the course: Using SQL with Python

Use SQL with Python

- [Bill] Hi, I'm Bill Weinman and welcome to Using SQL with Python. The goal of this course is to provide you with a working understanding of how to use SQL with Python. We'll start with the basics; connecting to a database, performing simple queries, reading rows from a table. I'll explain how to use prepared statements and cursors. I'll show you how to build a wrapper class to streamline the SQL interface and support multiple different database engines. And finally, we'll build a C.R.U.D. class and a full featured web application using what you've learned. Python is a powerful language for database applications and its DB-API interface is an excellent tool for using SQL. So let's get started with using SQL in Python.

Contents