Skip to content
Elias Rabel edited this page Aug 28, 2018 · 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.

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