[Tutor] binary_read?

Neil Schemenauer nas-pytut at python.ca
Wed Nov 5 13:01:11 EST 2003


On Mon, Oct 27, 2003 at 08:35:48PM -0500, Karshi F.Hasanov wrote:
> I am trying to read a binary file using python's "read" method.
> Here how it starts file:
> '@\xe0\x00\x00\x00\x00f\x00\x00326112\x0010/17/103\x0022:20

What exactly is in this binary file?  I suspect you may want the
'struct' module.

  Neil



More information about the Tutor mailing list