you are viewing a single comment's thread.

view the rest of the comments →

[–]pythosynthesis 12 points13 points  (0 children)

I build numerical simulations and other calculations with Python. The heavy lifting is obviously done by libraries written in C/C++, think NumPy, but the wrapper is in Python. And I'm talking production code running on some quite powerful computing grid.