How to run Python in production
My
previous article
recommended that one should reconsider using Python in production.
However, there’s one category of use case where Python is the dominant option for running production workloads.
And that’s data analysis and machine learning.Almost all bleeding-edge work in data analysis and machine learning, especially around LLMs, happens in Python.So, here are some of my learnings on how to run Python in production.Project qualityPackage managerPython has a fragmented ecosystem of package ...
Read more at ashishb.net