[newbie] Saving binaries in a specific way

rusi rustompmody at gmail.com
Mon Dec 16 20:01:35 EST 2013


On Tuesday, December 17, 2013 5:00:14 AM UTC+5:30, Djoser wrote:
> Basically I have a .dat file, so I get some numbers and make a different conversion.
> 
> I'll try this struct script. I'm not used to it, but it seems to do what I want.

Construct is a very powerful utility for binary parsing and building
https://pypi.python.org/pypi/construct
http://construct.readthedocs.org/en/latest/

Though for your currently stated purpose struct should be enough



More information about the Python-list mailing list