fortran-lang / webpage

New Fortran webpage
https://fortran-lang.org/en
MIT License
47 stars 39 forks source link

Add end-to-end tutorial how to speedup Python using Fortran #188

Open certik opened 1 year ago

certik commented 1 year ago

First requested here: https://twitter.com/MattAlhonte/status/1579726103123722240

Is there a good end-to-end "find some Python data code is running slow, identify bottleneck, drop down into FORTRAN and make a little optimization, and then be able to call it from Python" tutorial out there?

certik commented 1 year ago

As a subset, we also need a tutorial how to wrap Fortran into Python, we can port it from our old page:

awvwgk commented 1 year ago

See #105