There are several version of Fortran (66, 77, 90, 95, 2003, 2008) and there are two versions of CPython (2.x and 3.x).
From user experience I would like to know whether f2py is faster, more memory efficient or robust when writing the Fortran source code in a specific version.
Secondly, does f2py support Python 3.x and if so does it perform better for 2.x or 3.x?