Re: OMG: pyodide & webassembly

2019-01-03 Thread Edward K. Ream
On Wednesday, January 2, 2019 at 1:02:13 PM UTC-6, Matt Wilkie wrote: > > > This [WebAssembly] looks like the way around the lack of browser support >> for python. >> > > Oh yes please! > It won't happen immediately, but in the meantime I highly recommend two videos: Lin Clark: A Cartoon

Re: OMG: pyodide & webassembly

2019-01-02 Thread Matt Wilkie
> This [WebAssembly] looks like the way around the lack of browser support > for python. > Oh yes please! My current home project is to scrape our personal local ISP account web page for bandwidth vs quota usage stats and report. In python it's pretty small, and I even managed to get a

OMG: pyodide & webassembly

2019-01-02 Thread Edward K. Ream
We can program, right now, web pages using Python! Imagine my surprise. While studying the python sources in live-py-plugin/plugin/PySrc/code_tracer.py I ran across JS code! def web_main(): display() document.getElementById('source').addEventListener('input', display) Huh? Here is