Search Results

1
vote

How would you design a very “Pythonic” UI framework?

Personally, I would try to implement JQuery like API in a GUI framework. class MyWindow(Window): contents = ( …