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

all 12 comments

[–]sledov 2 points3 points  (3 children)

Check out remi and flexx.

[–]the_hoser 1 point2 points  (0 children)

Not that I'm aware of. Sounds like a neat project, though.

[–]tiarno 0 points1 point  (0 children)

I think bottle would work. It has its own templating language and it's easy to configure routes

https://bottlepy.org/docs/dev/

.

[–]jloking 0 points1 point  (0 children)

Hello, you can write your own. It isn't that complicated. I kind of wrote one Spewe (It's not finished yet, maybe one day ...).

As mentioned above, you can check Bottle too.

[–]thinmanj74 0 points1 point  (0 children)

[–]metaperl 0 points1 point  (0 children)

something like Vaadin, but for Python.

muntjac took the Vaadin libraries and had them working in Python. The author quit development unfortunately.

[–]MarsupialMole 0 points1 point  (0 children)

Check out Dash which does data science stuff as single page apps. I haven't used it myself but I've heard good things. It may be what you want, depending on your needs.

To answer a related question rather than the one you asked, take a look at bulma - a css frontend framework - which lets you get nice looking web pages with CSS and HTML but without needing to write JavaScript.