+1
Though the implementation might be good from an exercise perspective. But
there is a general philosophy in Software Engineering namely
Separation of Concern.
Python as a language is not concerned about the "Front-End" side of things
since it is not meant for that. Though i am a very devote Python
programmer, i would still prefer to limit Python to backend tasks and have
the Front End implemented in React.
> I *much* prefer to have the front end in charge of the UI, and the
> back end work as an API. Just send and receive JSON with useful
> information in it, and let the front end figure out how it wants to
> display that.
>
> But hey, if you want to ship a DOM diff down the wire, go ahead. Just
> don't ask me to use your tool. :)
>
> ChrisA
> --
>
https://mail.python.org/mailman/listinfo/python-list
>