Top Python Repositories
The most popular Python repositories on GitHub, ranked by stars, forks, and contributors.
A collectively curated list of free public APIs for software and web development. This extensive repository contains thousands of APIs across 100+ categories including animals, finance, health, music, news, science, sports, weather, and more. Maintained by the community and APILayer team.
vinta / awesome-python
A curated list of awesome Python frameworks, libraries, software and resources. Covers web frameworks, data analysis, machine learning, testing, and more.
TheAlgorithms / Python
A comprehensive collection of algorithms implemented in Python for educational purposes. Covers sorting, searching, data structures, machine learning, cryptography, and more to help developers learn and understand algorithmic concepts.
yt-dlp / yt-dlp
yt-dlp is a feature-rich command-line audio/video downloader supporting thousands of sites. A fork of youtube-dl, it offers enhanced performance, format sorting, SponsorBlock integration, and support for extracting content from YouTube, Bilibili, TikTok, and more.
HelloGitHub is a monthly publication sharing interesting and beginner-friendly open-source projects on GitHub. Updated on the 28th of each month, it features practical projects, tutorials, books, and enterprise-level projects across multiple programming languages, helping developers quickly discover the charm of open source.
langflow-ai / langflow
Langflow is a powerful platform for building and deploying AI-powered agents and workflows. It offers a visual builder, API/MCP server deployment, multi-agent orchestration, and supports all major LLMs and vector databases.
ytdl-org / youtube-dl
youtube-dl is a command-line program to download videos from YouTube.com and many other video platforms. It supports Python 2.6+, 3.2+, works cross-platform on Unix, Windows, and macOS, and is released into the public domain.
langchain-ai / langchain
LangChain is a framework for building agents and LLM-powered applications. It helps chain together interoperable components and third-party integrations to simplify AI application development while future-proofing decisions as technology evolves.
open-webui / open-webui
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline. It supports various LLM runners like Ollama and OpenAI-compatible APIs, with built-in inference engine for RAG, making it a powerful AI deployment solution.
Comfy-Org / ComfyUI
The most powerful and modular visual AI engine for designing and executing advanced stable diffusion pipelines using a graph/nodes/flowchart interface. Available on Windows, Linux, and macOS with support for image, video, audio, and 3D generation models.
DeepSeek-V3 is a powerful Mixture-of-Experts (MoE) language model with 671B total parameters and 37B activated per token. It features Multi-head Latent Attention, FP8 training, and multi-token prediction, achieving performance comparable to leading closed-source models while maintaining training efficiency and stability.
anthropics / skills
Anthropic's official repository of skills for Claude. Contains ready-to-use skills for creative tasks, technical workflows, enterprise applications, and document processing. Learn how to build custom skills to extend Claude's capabilities for specialized tasks.
pytorch / pytorch
PyTorch is a Python package providing tensor computation with strong GPU acceleration and deep neural networks built on a tape-based autograd system. It offers maximum flexibility and speed for deep learning research and production deployment.
fastapi / fastapi
FastAPI is a modern, high-performance Python web framework for building APIs. It's fast to code, intuitive, and based on standard Python type hints, with automatic interactive documentation.