Sorry, what is this really? I don't seem to encounter the problems mentioned in that blog post 🧐
I feel like a lot of the problems people encounter with Python are due to the non-Python dependencies that projects use and are mostly restricted to certain fields. My guess is that the people complaining are a mix of:
- not on linux
- using numpy or something similar that has non-python dependencies
- trying to do machine learning, signal processing, algorithmic trading,...
Hopefully the next blog post will walk through examples of "this is the problem people encounter with existing tools, this is what it looks like, this is how it looks like with our tools, this is how it works". The "how it works" could be split off into another blog post too.
Right now, this blog post just made me aware of pyx but that's about it.