Hacker News new | ask | show | jobs
by iopq 938 days ago
So to make Python fast you just need to write a library in another language, brilliant
1 comments

If you read the article referenced, I discussed a number of ways to write performant Python such as using this package (https://docs.python.org/3/library/array.html).