I\'m thinking binascii is the module I\'m looking for, but I can\'t quite seem to get the exact results for which I am looking.
Here\'s what I want to do. I want to
With binascii module:
binascii
>>> from binascii import unhexlify >>> s = '356a192b7913b04c54574d18c28d46e6395428ab' >>> unhexlify(s) '5j\x19+y\x13\xb0LTWM\x18\xc2\x8dF\xe69T(\xab'