Hacker News new | ask | show | jobs
by septc 2757 days ago
Just out of curiosity, what do you use for calling Fortran from Python (e.g. f2py, ctypes)? Do you have any suggestion about how to combine them together (e.g., for parallel calculations)?
1 comments

So I haven't yet had the chance to do it myself, but yes I'd look at f2py first and how to integrate it with Numpy.