Working with numbers stored as strings is a common task in Python programming. Whether you’re parsing user input, reading data from a file, or working with APIs, you’ll often need to transform numeric ...
+++ 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, ...