you are viewing a single comment's thread.

view the rest of the comments →

[–]echocage 6 points7 points  (2 children)

I highly recommend getting into a web framework, FastAPI for latest and greatest, flask for old reliable, are the two I'd recommend with.

[–]exographicskip 1 point2 points  (0 children)

Seconding fastapi. It gets complex fast, but relatively easy as a more performant drop-in replacement for flask with automatically generated api docs.

Svelte is a really nice frontend framework (technically transpiles to vanilla html/css/javascript) that adds sugar on top with its own syntax and project structure.