spylang/spy

Use micropython for the UI + pyodide in a worker

オープン

#311 opened on 2025/11/15

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Python (60 件のフォーク)auto 404
help wantedplayground

Repository metrics

Stars
 (803 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド