1 repositorio
Execution environments that run programming language interpreters directly within web browsers.
Distinct from Python Scripting Environments: Distinct from Python Scripting Environments: focuses on the browser-based execution platform rather than general OS-level scripting.
Explore 1 awesome GitHub repository matching development tools & productivity · Browser-Based Runtimes. Refine with filters or upvote what's useful.
This project provides a full Python interpreter compiled to WebAssembly, enabling the execution of Python code and scientific libraries directly within web browsers and server-side environments. By bridging the gap between language runtimes, it allows developers to run computational tasks, manage packages, and perform data analysis in client-side environments without requiring a backend server. The platform distinguishes itself through a comprehensive foreign function interface that enables bidirectional data exchange, object proxying, and function calling between Python and JavaScript. It in
Provides a platform for running Python code and scientific libraries directly in the browser.