[newbie] Saving binaries in a specific way

Djoser pedrovg000 at gmail.com
Mon Dec 16 17:35:51 EST 2013


I'm using python 2.7.
If I understood correctly, using bytearray I will lost the information about the signed 16, 32, since it makes automatically the conversion.

Do you think that I can make the conversion as I proposed before or using struct and save with open()? 



More information about the Python-list mailing list