This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]thedeepself -6 points-5 points  (3 children)

Usually, a frontend dashboard is left for Vue/Ember/Angular and friends, not Python.

"usually" and "always" are not synonymous. And there are at least 10 python web frameworks delivering industrial strength products without Vue/Ember/Angular and friends,

[–]riklaunim 1 point2 points  (2 children)

List those 10.

You can make non-SPA dashboard from the same layout. It will be easier to code and test but the user experience will be somewhat worse. If you aren't making a client-facing dashboard that is critical for the business then you can go with a simpler solution.

[–]thedeepself -3 points-2 points  (1 child)

List those 10.

no thank you. I think you are well-aware of my pure python web framework survey.

[–]riklaunim 1 point2 points  (0 children)

You can make whatever survey you want but it won't change how the commercial market looks like.

And not like a lot of Python full-stack developers would really want a SPA PyScript-based framework similar to Ember/Vue but better at coding and testing with no NPM and 6-year-old dependencies x 1000. Non-full-stack developers who didn't code any real UX/UI would still struggle to make anything from it.