If you're working with data, the chances are sooner or later you'll need to use some SQL to get at part of it. Or you have some information of your own that you want to store, and you're wondering how to do that. In this talk, I will cover what SQL is, why you might want to use it, how you interact with SQL datastores from python, as well as some introductory SQL queries. Along the way, I’ll introduce concepts like Object-Relational Mappers (ORMs) and why you may or may not want to use them, and the SQL database available in the python standard library!