f90wrap VS forpy

Compare f90wrap vs forpy and see what are their differences.

f90wrap

F90 to Python interface generator with derived type support (by jameskermode)

forpy

Forpy - use Python from Fortran (by ylikx)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
f90wrap forpy
2 2
235 203
- -
6.9 10.0
8 days ago almost 4 years ago
Python Fortran
GNU Lesser General Public License v3.0 only GNU Lesser General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

f90wrap

Posts with mentions or reviews of f90wrap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-27.
  • Any help or tips for Neural Networks on Computer Clusters
    5 projects | /r/fortran | 27 Feb 2023
    However, if you are writing numerical code in Fortran and want to be able to better interface it it with machine learning tools and methods, the number one thing I can recommend is to look into Fortran-based automatic differentiation tools. This will enable you to calculate exact derivatives of your code, which are useful to have for training and optimization loops. You can also look into f2py and f90wrap for generating Python wrappers for your Fortran codes, as well as Julia for hooking into it directly.
  • Runtime communication Fortran <-> Python
    4 projects | /r/fortran | 26 Dec 2022
    When I looked into this a bit, I found f90wrap to have reasonable ergonomics and CMake support. If you haven’t seen it already, you might give it a shot.

forpy

Posts with mentions or reviews of forpy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-26.

What are some alternatives?

When comparing f90wrap and forpy you can also consider the following projects:

neural-fortran - A parallel framework for deep learning

SixTrack - SixTrack – 6D Tracking Code

Fortran-code-on-GitHub - Directory of Fortran codes on GitHub, arranged by topic

julia - The Julia Programming Language

Flux.jl - Relax! Flux is the ML library that doesn't make you tensor