Hacker News new | ask | show | jobs
by SJC_Hacker 115 days ago
And it ... works?

Use C, C++ or Fortran for the heavy lifting, and Python for UI/business logic/non-high perf stuff for rapid app development.

1 comments

> And it ... works?

It gets the job done, but the existence of Cython, Numba, Pythran, PyPy and many, many, others are indication that this isn't a global optimum.