Earlier quoted context omitted.
Anything performance sensitive ends up being an extension in compiled code anyway Python is mostly just glue
The performance is not the (only) issue. The issue is the death by a thousand cuts involved in distributing Python programs without a two page set of instructions that have to be followed to make it work. It is rarely "just works" unless you can make a lot of assumptions about the environment it runs in. It's why I generally steer away from any application written in Python. It is going to be painful. However my expe…
In my experience, that's not limited to Python.
> And people generally don't bother to know.
Yes, that's the real problem and transcends ecosystem and toolchain