spylang/spy

Use micropython for the UI + pyodide in a worker

Ouverte

#311 ouverte le 15 nov. 2025

 (2 commentaires) (0 réaction) (0 personne assignée)Python (60 forks)auto 404
help wantedplayground

Métriques du dépôt

Stars
 (803 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur