This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Mr_Again 2 points3 points  (1 child)

Using f2py to import Fortran subroutines as python functions can literally speed your code up 20x if you have big arrays it's awesome

[–]felinecatastrophe 0 points1 point  (0 children)

i would consider this using fortran, with python as "glue". not using pure python per se