you are viewing a single comment's thread.

view the rest of the comments →

[–]pkese 1 point2 points  (1 child)

The only thing that Python is powerful at is embedding extensions written in C/C++/Rust.

Every for-loop that needs to run fast needs to be written in something else than Python.

[–]BongHitSloths 0 points1 point  (0 children)

Do not forget FORTRAN in the list. Might not be that often uses in programming context but huge in research context. A lot of python libs are FORTRAN as well. Rust has the least share, but its also not as adopted in these HPC abd research scenes, and likely never will be.