Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 6
    To the downvoter: come on! This question is exactly the opposite of something which “needs more focus.” Well-thought, well written, detailed, showing research and asking one, precise thing. What else do you need from a question? Commented Apr 6, 2020 at 22:57
  • 1
    Despite its age, the answers in stackoverflow.com/questions/17075418/… still seem to be highly relevant. Commented Apr 7, 2020 at 9:40
  • My advice would be to create a C-callable library from your Fortran code, and call it from Python with its C FFI. You've put a lot of time and effort into that Fortran code; it probably makes more sense to preserve it in its present form. If you were translating it to another language, C would be the most logical choice, not Python. Also, everything this person says. Commented Apr 16, 2020 at 17:09