In this course we'll learn the basics of using SQLite3 with Python. SQLite is an easy-to-use database engine included with Python. We'll learn how to create databases and tables, add data, sort data, ...