Uncomplicating Technology

Showing: 1 - 2 of 2 RESULTS
book with pages half open
Database Python

Using TinyDB with Python

When writing your python code, you will undoubtedly find yourself in a situation where you need to store some structured data. You could just write the data to a file, but that data might take a bit of work to parse later on. Setting up a MySQL server takes a bit of work, and might …

abstract image with blue glowing lines
Database

How to install SQL Express

If you need a database engine to use with your application on the windows platform, SQL Express is probably the easiest option.  Today I will cover how to install SQL Express manually.  Then I will cover a more automated way to install SQL Express. What is SQL Express? Before we begin, lets talk about what …