announcing fython

nicolasessisbreton at gmail.com nicolasessisbreton at gmail.com
Mon Oct 3 10:09:39 EDT 2016


>Have you looked at f2py?
>There is also fortran magic for Jupyter notebooks
>f90wrap extends f2py to support modern Fortran

f2py and others are great to use static Fortran code, like LAPACK or BLAS.
By static, I mean that no change is necessary to the Fortran code.
Fython can do that too, and also addresses the use case of a dynamic Fortran code. I often go back and forth between the Python part and the Fython part of my code, tuning both as the project evolved.



More information about the Python-list mailing list