Using Fortran libraries from Python?
Skip Montanaro
skip at pobox.com
Thu Jun 17 14:27:41 EDT 2004
More information about the Python-list mailing list
Thu Jun 17 14:27:41 EDT 2004
- Previous message (by thread): Using Fortran libraries from Python?
- Next message (by thread): Using Fortran libraries from Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Carl> I have experimented with f2c and swig-generated wrappers to create
Carl> python modules from Fortran files.
...
Carl> Any help is appreciated!
I'd take a look at f2py, part of the scipy package (and also available on
its own):
http://www.scipy.org/
http://www.python.org/pypi?%3Aaction=search&name=f2py&_pypi_hidden=0
Skip
- Previous message (by thread): Using Fortran libraries from Python?
- Next message (by thread): Using Fortran libraries from Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list