fortran
fortran interface
f2py
Fortran magic
Read and write fortran files
use a fortran interface above
Fortran I/O Formats (SciPy Cookbook)
https://scipy-cookbook.readthedocs.io/items/FortranIO.html
scipy.io.FortranFile
https://docs.scipy.org/doc/scipy/reference/generated/scipy.io.FortranFile.html
binary
How to read/write binary 16-bit data in Python 2.x? - Stack Overflow