-
Notifications
You must be signed in to change notification settings - Fork 51
Home
Elias Rabel edited this page Sep 25, 2018
·
4 revisions
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")
- Forpy README
Detailed info about selected topics will be posted here.
- Working with arrays: How to create numpy arrays in Fortran
- Using scipy in Fortran: Solving a simple linear optimization problem in Fortran using the scipy package and forpy.
- Nice blog post by John T. Goetz about forpy. How to develop a GUI in Fortran with PyQt5 and forpy