PyScript & MicroPython #9909
jimmo
announced in
Announcements and news
Replies: 2 comments 1 reply
-
Cool, in one of the examples they even use ulab.numpy, which is compiled into the wasm. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Nice, looks like they have solved some of the same problems I was working on and some things have already made it upstream. I wonder if they are going to have asynchronous execution, which is what I was stuck on. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Exciting announcement from Anaconda today about using MicroPython as a backed for PyScript, which allows you to write Python in the browser.
https://www.anaconda.com/blog/pyscript-updates-bytecode-alliance-pyodide-and-micropython
See the demo at https://pyscript.net/tech-preview/micropython/ which also includes an example of running ulab (@v923z).
Beta Was this translation helpful? Give feedback.
All reactions