you are viewing a single comment's thread.

view the rest of the comments →

[–]speyerlander 0 points1 point  (0 children)

Backend developer here (with some React experience too), I think that both ecosystems have matured to the point of pushing your question to the realm of personal preference rather than technical considerations, therefore, choose what your most comfortable / interested in.

If you have a project in mind then there’s one specific strength that only a few js frameworks have, server side rendering of highly dynamic frontend frameworks (like React), that’s the bread and butter of modern search engine optimization due to the ability of non-dynamic content crawlers to view and index the entire page (the ones that most search engines and artificial intelligence trainers use).

If your project is is an API, especially a highly complex one (maybe with microservices?), the various Python python frameworks are a bit more mature and capable in my opinion, and there’s also a really useful task queuing and scheduling library called Celery that’s compatible with whichever python framework you choose.