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 →In this post we look at reading different file types including text, CSV and Excel files into NumPy and Pandas.
Read More →