Comment Re:I never thought about engineering and Fortran (Score 1) 634
Python is used to glue all the lower level stuff together. If you are iterating over large arrays in python you are doing something wrong, but if you are using python to glue C/Fortran molecules together then it starts to look much better.