28th July 2022
TIL
struct endianness in Python
— TIL the Python standard library [struct](https://docs.python.org/3/library/struct.html) module defaults to interpreting binary strings using the endianness of your machine.
28th July 2022