Thanks to visit codestin.com
Credit goes to www.libhunt.com

Python Python

Open-source Python projects categorized as Python

Top 23 Python Python Projects

  1. system-design-primer

    Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

    Project mention: AI 时代工程师学习路线图的重构 | dev.to | 2025-09-04
  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. awesome-python

    An opinionated list of awesome Python frameworks, libraries, software and resources.

    Project mention: 💡 The Untold History of GitHub Awesome-Lists 🤯 | dev.to | 2025-01-21

    On June 28, 2014, awesome-python was started. In the initial commit, Vinta Chen wrote:

  4. TheAlgorithms

    All Algorithms implemented in Python

    Project mention: Stop Hoarding Junk Code! Your Algorithm Learning Bible Awaits | dev.to | 2025-09-01

    git clone https://github.com/TheAlgorithms/Python.git cd Python

  5. AutoGPT

    AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

    Project mention: My Top Open-Source AI Tools for Building Smarter in 2025 | dev.to | 2025-08-14

    GitHub - Significant-Gravitas/AutoGPT

  6. stable-diffusion-webui

    Stable Diffusion web UI

    Project mention: Set up your own personal AI Frankenstack: DIY edition | dev.to | 2025-09-03

    Link (Github): https://github.com/AUTOMATIC1111/stable-diffusion-webui

  7. transformers

    🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.

    Project mention: Using “ibm-granite/granite-speech-3.3–8b” 🪨 for ASR | dev.to | 2025-11-02

    python3.12 -m venv new_venv_312 source new_venv_312/bin/activate pip install --upgrade pip pip install https://github.com/huggingface/transformers/archive/main.zip torchaudio peft soundfile torchcodec ### and also pip install librosa

  8. yt-dlp

    A feature-rich command-line audio/video downloader

    Project mention: Yt-dlp: External JavaScript runtime now required for full YouTube support | news.ycombinator.com | 2025-11-12
  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. HelloGitHub

    :octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.

  11. langchain

    🦜🔗 The platform for reliable agents.

    Project mention: The Real AI Startup Stack: $33M Valuations, $1.2K OpenAI Bills | dev.to | 2025-11-09

    LangChain GitHub The prompt orchestration library every “AI platform” seems to use.

  12. Pytorch

    Tensors and Dynamic neural networks in Python with strong GPU acceleration

    Project mention: The bug that taught me more about PyTorch than years of using it | news.ycombinator.com | 2025-10-26

    He's not a core maintainer and hasn't been for years - pytorch's contributors are completely public

    https://github.com/pytorch/pytorch/graphs/contributors

  13. thefuck

    Magnificent app which corrects your previous console command.

    Project mention: 命令行神器 The Fuck,敲错命令的后悔药 | dev.to | 2025-08-18
  14. fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

    Project mention: Show HN: FastAPI LSP/VSCode Extension POC | news.ycombinator.com | 2025-11-11
  15. Django

    The Web framework for perfectionists with deadlines.

    Project mention: Your first django PR - from scratch to improved patch | dev.to | 2025-10-31

    If this is your first Django contribution, please add yourself to the AUTHORS file and submit a Contributor License Agreement.

  16. Home Assistant

    :house_with_garden: Open source home automation that puts local control and privacy first.

    Project mention: IKEA launches new smart home range with 21 Matter-compatible products | news.ycombinator.com | 2025-11-06

    The solution is home assistant [0] it lets you manage and control all kinds of smart devices with a lot of customizable, hackable things. And it runs locally, so if you buy the right types of devices that don’t phone home to the cloud (or you shitcan their internet access) you can fully manage your own system.

    [0] https://www.home-assistant.io/

  17. manim

    Animation engine for explanatory math videos

    Project mention: Use Txt for Bookmarks | news.ycombinator.com | 2025-08-27
  18. devops-exercises

    Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions

    Project mention: A collection of exercises and examples for learning DevOps concepts | news.ycombinator.com | 2025-06-29
  19. awesome-llm-apps

    Collection of awesome LLM apps with AI Agents and RAG using OpenAI, Anthropic, Gemini and opensource models.

    Project mention: Show HN: AI Real Estate Agent Team (100% Open-Source with Free Tutorial) | news.ycombinator.com | 2025-08-06
  20. browser-use

    🌐 Make websites accessible for AI agents. Automate tasks online with ease.

    Project mention: Windows-Use: an AI agent that interacts with Windows at GUI layer | news.ycombinator.com | 2025-09-08
  21. Flask

    The Python micro framework for building web applications.

    Project mention: Implementing Data Compression in REST APIs with gzip and Brotli | dev.to | 2025-09-03

    Implementation: Use libraries or server configurations to enable gzip and Brotli. Examples include Flask, Gin, and Express setups.

  22. sherlock

    Hunt down social media accounts by username across social networks

    Project mention: Free software scares normal people | news.ycombinator.com | 2025-10-30

    Wow, it's actually real.

    https://old.reddit.com/r/github/comments/1at9br4/i_am_new_to...

    https://github.com/sherlock-project/sherlock/issues/2011

  23. Ansible

    Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.

    Project mention: SDK-Driven Development: A Litmus Test for Good Software Design | dev.to | 2025-05-15

    Also for systems administration and DevOps, I first used Ansible to streamline the management of our servers. Writing playbooks is OK, but going beyond that to convert them to roles is a good practice from collaboration perspective. This SDK approach worked quite well for me and my team. Now, I am developing NixOS modules for various services we deploy. In both cases, the goal is to compose well-defined and documented modules (SDK) into a complete system in a few lines of code (application).

  24. scikit-learn

    scikit-learn: machine learning in Python

    Project mention: Open Source Journey | dev.to | 2025-11-01

    Start Simple, Build Confidence Project: Scikit-learn After the intense first experience with BEHAVIOR-1K, I needed something more approachable. I went straight to Scikit-learn's good first issue label and found a task that seemed manageable: changing relative imports to absolute imports in Cython files. From this

  25. Keras

    Deep Learning for humans

    Project mention: PyTorch vs TensorFlow 2025: Which one wins after 72 hours? | dev.to | 2025-08-29

    Keras 3 multi-backend

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Python discussion

Log in or Post with

Python Python related posts

  • Stop AI From Seeing What It Shouldn’t: A Practical Guide to PII Safety

    1 project | dev.to | 15 Nov 2025
  • Show HN: Rovr – a modern terminal file explorer

    1 project | news.ycombinator.com | 15 Nov 2025
  • My Experience Creating CI Workflows and Contributing Tests to an Existing Project

    3 projects | dev.to | 14 Nov 2025
  • functools.partial

    1 project | dev.to | 14 Nov 2025
  • Deep universal probabilistic programming with Python and PyTorch

    1 project | news.ycombinator.com | 14 Nov 2025
  • The memory fabric for enterprise AI

    1 project | news.ycombinator.com | 13 Nov 2025
  • Yt-dlp: External JavaScript runtime now required for full YouTube support

    15 projects | news.ycombinator.com | 12 Nov 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Nov 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Python projects in Python? This list will help you:

# Project Stars
1 system-design-primer 326,031
2 awesome-python 268,572
3 TheAlgorithms 213,067
4 AutoGPT 179,563
5 stable-diffusion-webui 158,141
6 transformers 152,508
7 yt-dlp 135,017
8 HelloGitHub 133,579
9 langchain 119,630
10 Pytorch 94,956
11 thefuck 94,370
12 fastapi 91,739
13 Django 85,782
14 Home Assistant 82,597
15 manim 81,835
16 devops-exercises 79,765
17 awesome-llm-apps 76,584
18 browser-use 72,415
19 Flask 70,776
20 sherlock 70,278
21 Ansible 67,005
22 scikit-learn 63,971
23 Keras 63,551

Sponsored
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io

Did you know that Python is
the 2nd most popular programming language
based on number of references?