Hacker News new | ask | show | jobs
by coldtea 1094 days ago
>But purely from an computational perspective (GPUs, multi-core, concurrency, etc)

Most of the stuff people do with Python isn't hampered by the "computational perspective". For the things that are, we usually don't need to interface with C/C++, because somebody else has already written the library that does it.