Hacker News new | ask | show | jobs
by bayesian_horse 2557 days ago
At least in my experience it has been pretty simple to deploy Python software.
1 comments

Pretty simple is relative. I deploy python applications to cloud instances using docker through a git push based ci/cd setup. It works great, and I think it’s simple. But if I have to explain to an analyst how to use 3 different platforms and 5 or so tools to replicate what he currently gets by clicking “publish to RStudio connector” in the top right of his code, it seems obvious that’s not even close to being comparable.