[pythran] is there a way to work with binary data (read in from a a file)

  • From: "jo" <dmarc-noreply@xxxxxxxxxxxxx> (Redacted sender "etaoinbe" for DMARC)
  • To: "serge.guelton@xxxxxxxxxxxxxxxxxxx" <serge.guelton@xxxxxxxxxxxxxxxxxxx>, "pythran@xxxxxxxxxxxxx" <pythran@xxxxxxxxxxxxx>
  • Date: Thu, 10 Dec 2015 14:23:46 +0000 (UTC)

is there a way to work with binary data (read in from a a file)
i.e.

word = struct.unpack('>I', bytes)[0];
tx



Other related posts: