Skip to content
Elias Rabel edited this page Nov 15, 2019 · 4 revisions

Welcome to the forpy wiki!

Forpy allows you to use Python features in Fortran ("Python in Fortran")

For example: datastructures such as list, dict, tuple and interoperability of arrays using numpy. It allows you to use your own and third-party Python modules.

Furthermore you can write Python (extension) modules in Fortran ("Fortran in Python")

Getting started

User guide

Detailed info about selected topics will be posted here.

Examples

  • Using scipy in Fortran: Solving a simple linear optimization problem in Fortran using the scipy package and forpy.

More info

External resources

  • Nice blog post by John T. Goetz about forpy. How to develop a GUI in Fortran with PyQt5 and forpy
Clone this wiki locally