Base64 Encoding in Python 3
Recently I've been working on a backup script to back up a folder to a Backblaze B2 bucket. If only I had known I was about to spend an hour working on four silly lines of python code... Backblaze's documentation has absolutely no mention that this…