Hacker News new | ask | show | jobs
by nephanth 1146 days ago
Python is absolutely not a "no-frills" language. It is loaded with features, I'd be willing to bet that 99% of python programmers don't know all language features (even relatively old and frequently used ones like metaclasses) and that virtually nobody knows the whole stdlib
1 comments

Additionally if one cares about performance, knowing C or C++ is also a must.
When was the last decade someone cared about performance?
Apparently everyone that writes native libraries to be called from Python, while calling them Python libraries.