Hacker News new | ask | show | jobs
by wolvesechoes 178 days ago
> Pythonistas think it's a great argument in favor of Python that all performance sensitive Python libraries must be rewritten in another language.

It is, because usually someone already did it for them.

1 comments

That's fair - if you work in a domain where you can solve your problems by calling into existing C libraries from Python, then Python's speed is indeed fine.