Python
by
TheAlgorithms

Description: All Algorithms implemented in Python

View on GitHub ↗

Summary Information

Updated 2 hours ago
Added to GitGenius on June 26th, 2026
Created on July 16th, 2016
Open Issues & Pull Requests: 1,004 (+0)
Number of forks: 50,834
Total Stargazers: 222,533 (+0)
Total Subscribers: 5,979 (+0)

Issue Activity (beta)

Open issues: 127
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 394 days
Stale 30+ days: 112
Stale 90+ days: 97

Recent activity

Opened in 7 days: 2
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 3

Top labels

  • enhancement (152)
  • awaiting triage (69)
  • bug (41)
  • help wanted (7)
  • good first issue (3)
  • dependencies (1)
  • hacktoberfest spam (1)
  • optimization (1)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 3.8 days
90th percentile: 20.0 hours
Tracked items: 309

Most active contributors

Detailed Description

The Algorithms - Python is a comprehensive, community-driven repository that implements a wide range of algorithms in Python for educational purposes. The project explicitly states that implementations are designed for learning rather than production use, as they may be less efficient than standard library implementations. The repository is classified across multiple algorithmic domains including sorting algorithms, search algorithms, mathematical algorithms, machine learning, graph algorithms, dynamic programming, and cryptography, making it a broad educational resource for algorithm study.

The repository maintains an active community with established contribution guidelines and multiple communication channels. Contributors can engage through Discord and Gitter communities, and the project welcomes contributions as indicated by its Gitpod integration for ready-to-code environments. The codebase enforces code quality standards through pre-commit hooks and uses Ruff as its code formatter, with continuous integration via GitHub Actions workflows.

GitGenius tracking data reveals significant community engagement around this project. The repository has grown to 222,416 stargazers as of July 2026, with steady growth continuing. The most active contributors tracked by GitGenius include tianyizheng02 with 124 events, poyea with 77 events, and cclauss with 70 events. Issue and pull request management shows a median response latency of 0.0 hours with a mean of 92.4 hours across 307 tracked items, indicating responsive community moderation. The most frequently applied issue labels are enhancement with 152 occurrences, awaiting triage with 68, and bug with 40, suggesting the project actively categorizes work and maintains a triage process for incoming issues.

The repository's reach extends beyond its immediate community, as GitGenius identifies overlapping contributors with major projects including Microsoft's VSCode and TypeScript repositories as well as the Rust language project. This cross-pollination indicates that the repository attracts contributors who work on significant open-source projects, bringing diverse expertise to algorithm implementations.

The project provides structured navigation through a directory listing that helps users locate specific algorithms, and maintains a homepage at thealgorithms.github.io/Python/ for additional documentation and resources. The repository is tagged with topics reflecting its scope including algorithm-competitions, community-driven development, education, hacktoberfest participation, interview preparation, and practice-oriented learning. This positioning makes it valuable for students preparing for technical interviews, educators teaching algorithm concepts, and developers seeking to understand algorithmic approaches across multiple problem domains.

Python
by
TheAlgorithmsTheAlgorithms/Python

Repository Details

Fetching additional details & charts...