Pyodide

Python RuntimePython N/AAdvanced

CPython compiled to WebAssembly; run Python in the browser

Quick Info

Python Version
N/A
Dependencies
Web browser with WebAssembly
Install
https://pyodide.org

Learn by Difficulty

Quick Example

python
# Pyodide
# CPython compiled to WebAssembly; run Python in the browser
#
# Pyodide is a Python runtime/implementation.
# Key features and usage information:
print("Pyodide")
print("CPython compiled to WebAssembly; run Python in the browser")
print("Python Version: N/A")

Pyodide is cpython compiled to webassembly; run python in the browser. It provides an alternative way to run Python code.

Try in Playground

Tags

runtimeimplementationinterpreter