Hacker News new | ask | show | jobs
by twistedpair 3342 days ago
Sadly true. Python is great for scripting, but "high performance Python" is frequently a challenge better suited to other tools.
1 comments

"High performance Python" is usually done by "offloading literally everything to native extensions" :D