Clare S. Y. Huang Data Scientist | Atmospheric Dynamicist

Wrapping Fortrain Codes in Python

To 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)

<< Previous Page