spylang/spy

Use micropython for the UI + pyodide in a worker

开放

#311 创建于 2025年11月15日

 (2 条评论) (0 个反应) (0 位负责人)Python (60 个派生)auto 404
help wantedplayground

仓库指标

星标
 (803 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南