Which python packages besides Numpy use fortran?

Answer (1 of 6): Scipy..this is from the Scipy website..”Actually, the time-critical loops are usually implemented in C or Fortran. Much of SciPy is a thin layer of code on top of the scientific routines that are freely available at http://www.netlib.org/. Netlib is a huge repository of incredibl...