forpy VS f90wrap

Compare forpy vs f90wrap and see what are their differences.

forpy

Forpy - use Python from Fortran (by ylikx)

f90wrap

F90 to Python interface generator with derived type support (by jameskermode)
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
forpy f90wrap
2 2
203 235
- -
10.0 6.9
almost 4 years ago 8 days ago
Fortran Python
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.

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.

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.

What are some alternatives?

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

SixTrack - SixTrack – 6D Tracking Code

neural-fortran - A parallel framework for deep learning

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