Has anyone checked out pyscript? Looks to be an interesting way to use python directly in your html. I’d definitely be into using this and creating some interesting apps to throw online.
Sounds interesting although hadn’t heard about it. Looking at demos on their website, not sure about it as even their “Hello World” demo had a loading screen progress bar installing components for like 4-5 seconds. Would be interested to see working examples of when this would be better than say javascript.
Id like to eventually try it to just wrap a web ui over a desktop python application, it seems to be able to communicate with javascript so hopefully it all works out.