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 →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 →