A GitHub gist showing how to return a dict of regex matches
[Read More]
Decoding Email Header and Contents
Using email.parser and email.policy along with policy.default means that
you do not need to worry about character encoding as the modules will take care
of it automatically.
I forget where I saw it but I believe that policy.default will become the real
default in the future.
Current policy.compat32 is the module default.
Different String Padding Approaches
How to pad numbers in Python.
[Read More]
Generate QR Codes
Generate QR codes
[Read More]