Using Fortran libraries from Python?

Skip Montanaro skip at pobox.com
Thu Jun 17 14:27:41 EDT 2004


    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




More information about the Python-list mailing list