TheAlgorithms/Python

All Algorithms implemented in Python

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 25 minutes ago
Added to GitGenius on June 26th, 2026
Created on July 16th, 2016
Open Issues & Pull Requests: 1,028 (+0)
Number of forks: 50,965
Total Stargazers: 223,766 (+2)
Total Subscribers: 5,980 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 26.9 hours
Mean response time: 23.9 days
90th percentile: 62.3 days
Tracked items: 300

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 60% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 6% of issues opened in the past year have been closed. Three people close 64% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 133
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 377 days
Stale 30+ days: 124
Stale 90+ days: 98

Recent activity

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

Top labels

  • enhancement (153)
  • awaiting triage (72)
  • bug (44)
  • help wanted (7)
  • good first issue (3)
  • dependencies (1)
  • hacktoberfest spam (1)
  • optimization (1)

Most active issues this week

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.

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.