1
vote
How would you design a very “Pythonic” UI framework?
Here's an approach that goes about GUI definitions a bit differently using class-based meta-programming rather than inheritance.
This is largley Django/SQLAlchemy inspired in that it is hea …
