+++ title = "Using Python for hex, strings, bytes and integers" date = 2019-10-10T21:27:52+11:00 draft = false tags = [] categories = [] +++ I've taken an interest recently in cryptography, strings, ...
A Simple Python RGB model including built in HEX to RGB and reverse conversion. Includes data validation. Checks the data, before initialising, for the right types ...