announcing fython
nicolasessisbreton at gmail.com
nicolasessisbreton at gmail.com
Mon Oct 3 10:09:39 EDT 2016
More information about the Python-list mailing list
Mon Oct 3 10:09:39 EDT 2016
- Previous message (by thread): announcing fython
- Next message (by thread): ConfigParser: use newline in INI file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>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.
- Previous message (by thread): announcing fython
- Next message (by thread): ConfigParser: use newline in INI file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list