Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Fortran code in quantopian

Hi All,

I have some legacy Fortran code. Is there anyway, I can use it in Quantopian using pyf interfaces?

Best regards,
Aqua

1 response

I found this link http://arogozhnikov.github.io/2015/11/29/using-fortran-from-python.html

If I followed correctly it creates a temporary file and then uses f2py to import module. Can this be done on Quantopian IDE?

Best regards,
Pravin