Kathick
Kathick

Reputation: 1405

Widget-based web framework in Python (similar to vaadin, GWT or zkoss)

I am basically from Java, but I need to use Python for a new project. I prefer widget based web framework like zkoss, vaadin, GWT etc.

Does python has widget based framework?

Upvotes: 6

Views: 4736

Answers (5)

Wolfgang Fahl
Wolfgang Fahl

Reputation: 15769

lona is an option as well as all the candidates in the purepython-list

If you are just interested in the widget approach the:

might be interesting for your. Please note that i am maintainer for justpy

Upvotes: 0

Wei Qiu
Wei Qiu

Reputation: 945

As of 2022, Justpy seems to be the only one which is still actively maintained.

Upvotes: 1

Alberto Casado
Alberto Casado

Reputation: 31

You can use Muntjac, it is a semi-automatic translation of vaadin, and depending on your needs about python you just can use jython inside vaadin, but you will lost the 3th party c extesions to python...

Upvotes: 3

hezamu
hezamu

Reputation: 1584

Note that Vaadin can be used with Python.

Upvotes: 1

schacki
schacki

Reputation: 9533

Pyjs is a GWT port in python, and should do what you are looking for.

Upvotes: 1

Related Questions