WebForms.py 2.1 is now available, bringing the WebForms Core programming model to Python web applications through a Python implementation of the WebForms Commander.

WebForms Core is based on a simple separation between two components:

WebForms Class — Commander

WebFormsJS — Executor

The server creates commands, while the client executes them. This approach allows developers to modify the web page from the server without having to manually write JavaScript for every UI operation.