How can I convert a (big endian) variable-sized binary byte array to an (unsigned) integer/long? As an example, \'\\x11\\x34\', which represents 4404
\'\\x11\\x34\'
Ri
Function struct.unpack(...) does what you need.