Hacker News new | ask | show | jobs
by lkirk 2768 days ago
I think people also forget that there's a decent amount of fortran in numpy. I'm pretty sure they are the originators of f2py as well
1 comments

+1. It is easy to see if you decide to build it from source.

Python is great as a glue. Fortran is great at numeric things (better than C, guaranteed no aliasing allows for more optimizations).