donryanocero wrote:
python, fortran, c++
We use fortran at school, apparently there is a ton of legacy code around and its been the target of the largest optimization project ever. I still haven't noticed much of a difference in speed between even python and fortran. Python is ridiculously easy, so I mostly use python.
You don't port things to python if you're looking for high performance, even if you're coming from fortran. Actually GCC compiles fortran, so you're probably stepping way backward in performance. Anyway, you've seen this, as the "optimization project" has failed.