|
|
|
|
|
by rhizome31
2142 days ago
|
|
> As a mostly Python and only occasional JavaScript developer, it always felt like the biggest challenge in the JavaScript community was how fast everything moved Those of us who were doing Python web dev in the years 2000s might remember that Python went through a similar period where it seemed that every week a new backend framework came out: Zope, CherryPy, web2py, Pylons, Django, repoze.bfg, TurboGears... to name a few. Nowadays it seems that everybody has settled for either Django or Flask. It might not have been as crazy as what happened with JavaScript in the years 2010s but still I tend to see a similar pattern. People try a lot of different things, going in slightly different directions and eventually interesting approaches get identified and communities build up around a couple of solutions. Meanwhile the Ruby community was able to build consensus around Ruby on Rails, with just Sinatra on the side for small projects. I'm wondering if this ability to try many different things might have been the cause for Python building numpy and eventually winning the scientific computing area as well. |
|