Hacker News new | ask | show | jobs
by phoe-krk 1068 days ago
Everything that makes Python efficient is written in C or C++ or the like. Python in these situations is just a glue language (with an optional interactive layer) that makes using these libraries more feasible.