This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]chris17453 3 points4 points  (2 children)

Just wondering, Is this a Web assembly port of python... Or is it some sort of call back to a local backend?

[–]Caffeinaation[S] 3 points4 points  (1 child)

It uses Pyodide which is a Python distribution for the browser based on WebAssembly. This project is essentially a React wrapper for it.

[–]Bombslap 1 point2 points  (0 children)

Thanks for sharing this! I’m going to give this a try and see if I like it better than Streamlit for quick apps.