Author: Nish
-
Using SQLite3 with Python
In categories CodeOur mission is to send a ‘satellite’ around 300m up which will then take a lot of readings and send them down to ground. All these readings must be stored and later accessed for data analysis. To achieve the latter objective, we will be using SQLite3. A C-based lightweight embedded database which is our database…