How to: call Fortran from Python
I needed to call Fortran functions from Python-Cython. To do this, I adapted a method described in fortran90.org and …
I am a CNRS researcher at LEGI (Laboratoire des Ecoulements
Geophysiques et Industriels, UMR 5519).
I needed to call Fortran functions from Python-Cython. To do this, I adapted a method described in fortran90.org and …