|
|
|
|
|
by andybak
3288 days ago
|
|
Reminds me of the clever Python integration in Bokeh. I've been toying with the idea of a front-end framework in Python. I know enough Javascript to be dangerous and React isn't entirely abhorrent to me but using Python just makes me happy in a way that writing Javascript doesn't. The idea of an abstraction layer where I could write my front-end code on the backend appeals greatly. Like all abstraction layers it would create it's own problems but most of the functionality I want in an SPA is fairly routine and it could all end up nice and sane. Something based on intercooler.js - of which I have great admiration - might be enough for the tasks I'm thinking of. |
|