Hacker News new | ask | show | jobs
by 7_my_mind 1919 days ago
Scientific computing is not done in python. It is usually Fortran on C/C++ or Matlab (which I think uses Fortran libraries behind the scenes). Python is only used for the data manipulation part but not for the core simulation.