Short and long units (currently only short units) Multipliers e.g. kilo (k), mega (M), kibi (KiB), ergs etc. Arbitrary units e.g. bits (b), cars etc.
This project shows the usage of SQLite with python. To create, modify and communicate with the SQLite database from within python I'll use the SQLite3 library that comes with python by default. The ...