brython-dev/brython

Brython (Browser Python) is an implementation of Python 3 running in the browser

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 27 minutes ago
Added to GitGenius on September 10th, 2026
Created on September 15th, 2014
Open Issues & Pull Requests: 94 (+0)
GitHub issues: Enabled
Number of forks: 535
Total Stargazers: 6,607 (+0)
Total Subscribers: 128 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.0 days
Mean response time: 14.8 days
90th percentile: 18.8 days
Tracked items: 186

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 15% of issues opened in the past year have been closed. Three people close 94% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 48
New in 7 days: 10
Closed in 7 days: 9
Avg open age: 464 days
Stale 30+ days: 46
Stale 90+ days: 42

Recent activity

Opened in 7 days: 10
Closed in 7 days: 9
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Detailed Description

Brython is an implementation of Python 3 that runs in the browser, allowing developers to write client-side web applications in Python instead of JavaScript.

The project addresses the friction of context-switching between server-side Python and client-side JavaScript by enabling Python code to execute directly in web browsers. Brython translates Python syntax into JavaScript operations and provides bindings to browser APIs, making the DOM, events, and other web platform features accessible through Python. This allows developers familiar with Python to build interactive web interfaces without learning JavaScript.

Developers considering Brython should understand that it suits projects where the team's Python expertise outweighs the benefits of using JavaScript, or where rapid prototyping in a single language is valuable. It works well for educational purposes, data visualization dashboards, and internal tools where browser compatibility requirements are less stringent than in production web applications. The tool is most practical for applications that do not require extensive third-party JavaScript libraries or where those libraries can be wrapped or replaced with Python equivalents.

The project maintains steady development activity with regular commits addressing bug fixes and feature enhancements. The codebase shows ongoing refinement of the Python-to-JavaScript translation layer and expansion of browser API coverage. Documentation receives consistent updates to reflect changes and improvements. The project demonstrates sustained engagement with user-reported issues and pull requests, indicating active maintenance rather than dormancy or abandonment.