Core Python interpreter functionality for Pyodide, the Python-to-WebAssembly runtime. Runs Python in the browser via WebAssembly. Version 0.29.4; release cadence follows Pyodide releases.
pip install pyodide-pyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Loads Pyodide in Node.js or browser environment, runs Python code, and prints result.
Replace pyodide.runPython with pyodide.run_python (instance method) or from pyodide.code import run_python.
Use run_python() for statements or eval_code() from pyodide.code for expressions.
Use pip install pyodide-py for local testing in Node.js; for browser use the CDN script tag.
Always await loadPyodide() or use .then() in JavaScript.
No dependency data recorded yet.