Hacker News new | ask | show | jobs
by devmandan 1154 days ago
Building from scratch wastes a ton of time and I'm a big fan of starting with some working parts and customizing from there. I think with what's going on with AI it makes sense to use python more because all the researchers love python and make examples available through python notebooks. Then your tech stack is less split amongst many languages and there is less complexity and you can hire developers for cheaper. Ruby devs are fairly pricey because they all working in silicon valley-esque well-funded startups. There is a Django boilerplate provider that's really good https://www.saaspegasus.com/. The guy behind it, Corey, is very responsive. All in all, it's probably not the worst thing to use Ruby, as long as you use less weakly-typed javascript :P
2 comments

I work in a Python shop (heavy data analytics). My experience is that the Python web frameworks (Django, Flask) are so much more cumbersome than Rails. There are arguments both for and against streamlining your tech stack. For me, the additional overhead of maintaining multiple stacks is worth it given the effort that goes into web app development
This is what I've been wondering as well -- For a brand new project, why would anyone even consider using Rails if there's just a slight chance of adding ML/AI capability in the future?