3
eeee
4y

Do you know any good frameworks, preferably with a large community and some popularity, to develop progressive web apps (PWAs) in Python?

Comments
  • 0
    @jespersh whatever works.

    I guess that ultimately all web apps consist mostly of HTML, CSS and JS at the client side.

    I wouldn't mind if my framework would transpile.

    Basically the question is: I only/mainly want to program in Python to build a PWA, can this be done?
  • 1
    @eeee Not really. You can make the backend in Python for sure but frontend will require some JS unless you want to work with a transpiler like

    https://www.transcrypt.org/

    But I for sure recommend just using JavaScript, that's what it's for.
  • 1
    Try flask or Django but I recommend flask coz you have to build everything from scratch.
  • 0
    Django is great and relatively easy to learn
Add Comment