Skip to content Skip to sidebar Skip to footer
Showing posts with the label Binaryfiles

Creating 16 And 24-bit Integers From Binary File

I'm modifying an existing Python app that reads a binary file. The format of the file is chang… Read more Creating 16 And 24-bit Integers From Binary File

Ignore Newline Character In Binary File With Python?

I open my file like so : f = open('filename.ext', 'rb') # ensure binary reading wit… Read more Ignore Newline Character In Binary File With Python?

Fastest Way To Read A Binary File With A Defined Format?

I have large binary data files that have a predefined format, originally written by a Fortran progr… Read more Fastest Way To Read A Binary File With A Defined Format?