6

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?

Wolfgang Fahl
  • 15,016
  • 11
  • 93
  • 186
Kathick
  • 1,395
  • 5
  • 19
  • 30

5 Answers5

3

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...

Sai Kiran
  • 64
  • 8
1

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

schacki
  • 9,401
  • 5
  • 29
  • 32
1

Note that Vaadin can be used with Python.

hezamu
  • 1,534
  • 1
  • 11
  • 15
1

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

Wei Qiu
  • 886
  • 9
  • 16
0

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

Wolfgang Fahl
  • 15,016
  • 11
  • 93
  • 186