
Ivan Zhernovkov
Kontur
We used to say in junior interviews that Python's weakness is its inability to handle CPU-bound tasks. But it's easy to give an example where Python's performance is comparable to most compiled languages. Especially if we directly call modules written in them from our code.
Kontur