Ask HN: Stick with Flask or Learn Ruby on Rails?
I have a hobby project I have been working on for years now. When I started it I had just learned some Python & was trying my hand at dynamic webdev with flask. I've jumped off it & onto other projects over the years but have recently decided it is a great idea that I want to focus on & bring to the mainstream. There is way too much 'learning cruft' everywhere in my code and some functionality I want to changed so am starting fresh with some more recent boilerplate. My problem started when I went to update dependencies & found that several of the flask extensions I rely on have not been updated in a very long time (years). And adding salt to the wound is I have found several of them have been forked by someone saying like 'i had to fix this thing about the original extension so just made my own copy of it'. i honestly can't tell if flask & it's extensions are just so rock solid that they don't need to be touched or if half of
DeepCamp AI