Hacker News new | ask | show | jobs
by hrez 3797 days ago
If you use it to glue/pipe bunch of tools written in C it can easily be faster.
2 comments

That's one recommend approach towards Python. E.g. numpy.

The other approach is pure Python and then using PyPy's JIT.

Which often is what you do in Bash with grep, cp, mv, find etc...