Hacker News new | ask | show | jobs
by ncann 1832 days ago
When people talk about Python being slow, it's generally about the CPU-intensive tasks. Image processing, data file parsing and transformation, those kind of things. Sure you can use C library bindings for those but that's kinda cheating.
1 comments

Using appropriate tools for the job isn't cheating.