discovered 03 Aug 2026
pyodide
→ View on GitHubPyodide is a Python distribution that enables the execution of Python code in web browsers and Node.js using WebAssembly. Its primary use case is to run Python packages directly in the browser, supporting both pure Python packages and those with C/C++/Rust extensions. Notable features include a comprehensive JavaScript-Python foreign function interface for seamless integration between the two languages, full access to web APIs, and the ability to install packages via micropip, allowing for extensive functionality within web applications.