|
|
|
|
|
by marcelocb
2765 days ago
|
|
I happen to be one of those "real engineers", working in an aerospace company. When I have to re-do some calculations done 30 years ago (yeah, we need to have traceability of calculations for that long and more ... ) , I grab the F77 source code, build with gfortran or Intel Fortran, and believe me, it builds and runs. From Windows workstations to Linux clusters. Easy. Then I get the python code from 6 months ago, and spend hours figuring the right python version, and library compatibilities ... And when I read the fortran code, made by (physical stuff) engineers, it is ugly but simple - there is one or maybe two ways to do something. Not the 1000000's of ways of doing the same thing in Python. And I don't have to learn 50 new libraries to understand the code. By the way, Python has been my language of choice for most stuff in the last 15 years ... |
|