spylang/spy

Use micropython for the UI + pyodide in a worker

Aperta

#311 aperta il 15 nov 2025

 (2 commenti) (0 reazioni) (0 assegnatari)Python (60 fork)auto 404
help wantedplayground

Metriche repository

Star
 (803 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

This is a well known pyscript pattern; it allows for the UI to load very quickly (because micropython is small) while pyodide loads in the background.

This is probably not an easy task because it requires a lot of pyscript experience. Unfortunately I cannot find any docs or tutorial for how to use this pattern.

Guida contributor