spylang/spy

Use micropython for the UI + pyodide in a worker

Offen

#311 geöffnet am 15.11.2025

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (60 Forks)auto 404
help wantedplayground

Repository-Metriken

Stars
 (803 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide