Python - Getting started with SQLite3
As we build projects, we'll soon run across a need to store data. At first, we may try to use CSV files or another form of a text file. Maybe even an Excel file. While they can work, they may not be able to handle the amount of data we are using. We ...
tongere.hashnode.dev14 min read