Hacker News new | ask | show | jobs
by detaro 1097 days ago
> however, that's not the case for Python

in what way?

1 comments

My experience has been that to efficiently write computationally expensive operations I need to know the low-level libraries that Python interfaces with. Other languages provide me this functionality natively and I only go to the low-level stuff only after a few iterations.