SQL tutorials and code examples

Card image cap

SQLite & MySQL with Python

In this post we'll take a look at using Python with SQL - more specifically a SQLite datebase and MySQL to do simple CRUD functions.

Read More →
Card image cap

SQL basics with SQLite

In this post we look at the basics of a database including creating a database in SQLite, creating tables, selecting data and removing data.

Read More →