Is there any python module that would help me to convert a string into a 64-bit integer? (the maximum length of this string is 8 chars, so it should fit in a long).
我想避免写我自己的方法。
示例:
Input String Hex result (Base-10 Integer)
Y 59 89
YZ 59 5a 22874
...