Skip to content

Files

Latest commit

7f51229 · Feb 17, 2021

History

History

16_introduction-to-databases-in-python

Course Description

In this course, you'll learn the basics of using SQL with Python. This will be useful because databases are ubiquitous and data scientists, analysts, and engineers must interact with them constantly. The Python SQL toolkit SQLAlchemy provides an accessible and intuitive way to query, build, and write to essential databases, including SQLite, MySQL, and PostgreSQL.