pyscript/pyscript

An open source platform for Python in the browser. https://pyscript.net Docs: https://docs.pyscript.net/ Try it: https://pyscript.com/ Community:...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 15 minutes ago
Added to GitGenius on September 3rd, 2026
Created on February 21st, 2022
Open Issues & Pull Requests: 15 (+0)
GitHub issues: Disabled - open counts may still include pull requests.
Number of forks: 1,470
Total Stargazers: 18,688 (+0)
Total Subscribers: 169 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

GitHub issues are disabled for this repository, so issue analytics and the issue explorer are not available.

Detailed Description

PyScript is an open source platform for Python in the browser.

PyScript solves the problem of running Python code in web browsers without requiring server-side execution. It works by leveraging Pyodide, a version of CPython compiled to WebAssembly, alongside MicroPython and modern web technologies. This approach allows Python applications to run directly in the browser on desktop, laptop, mobile, tablet, or any browser-enabled device, with Python code embedded directly in HTML alongside JavaScript and web standards.

PyScript suits developers who want to build interactive web applications using Python rather than JavaScript, eliminating the need to learn a different language for client-side logic. It works well for data visualization, scientific computing, educational projects, and applications where Python's ecosystem provides significant value. The project provides a free online IDE for experimentation, example applications, and comprehensive documentation to help developers get started.

The project is entering maintenance mode. The maintainers hold regular community calls on Tuesday and Thursday at scheduled UTC times, with recordings uploaded to a YouTube channel. Governance is documented in a separate repository. The core contributors are employed by Anaconda to work on PyScript, providing sustained organizational backing for the project's development.