[Python-au] Binary help
Andrew Bennetts
andrew-pythonau at puzzling.org
Wed Mar 30 02:46:57 CEST 2005
On Wed, Mar 30, 2005 at 10:25:58AM +1000, morgan.lean wrote:
> Python help:
>
> My coder is having a problem with Pythons Binary functions.
>
> Basically he wants to be able to read individual bits and bytes of a
> binary file then convert them to either ints, strings etc. If anyone knows
> anything please email me at morgan.lean at epiphanygames.com.au.
You're probably better off asking these sorts of questions on
comp.lang.python rather than python-au. Anyway, you probably want to use
the struct module.
-Andrew.
More information about the python-au
mailing list