Wrapping FORTRAN code with f2py
shows how to wrap fortran using f2py
- Part 1: The FORTRAN code we are going to wrap (brief description)
- Part 2: Basic wrapping, calling it from python
- Part 3: Creating a python function to pre/post process data (intermediate)
- Part 4: Packaging for ditribution (advanced)