Wrapping Fortrain Codes in Python
07 Nov 2017To start with, the documentation in Numpy explains how we can wrap fortran code in python using f2py.
You need a fortran compiler to run f2py. I’ve found a pre-compiled version of GCC readily installed on Mac OS X.
(To be continued)