numpy/numpy-tutorials

f2py Notebooks [QUESTION]

HaoZeke opened this issue · 2 comments

Would it make sense to add basic f2py notebooks written with fortran-magic?

If you want to give it a try, I think having an example of how to integrate fortran code with numpy might be interesting. Not sure if a notebook is the best option, though. Do you have a concrete idea for a document?

I was thinking of demonstrating a simple LAPACK wrapper, but fortranmagic works via numpy.distutils which we're trying to move away from so I'm not 100% sure it should be done.