Create your database using Python and SQLite
Good day, fellow reader.
There are a lot of options when it comes to saving the data you or your app generates:
Store it on memory: it will be lost when you close the app or reboot your machine.
Save it to a file: Easy to write, not that easy to re...
marcelozarate.com5 min read