Python python-3

Open-source Python projects categorized as python-3

Top 23 Python python-3 Projects

  1. pillow

    Python Imaging Library (Fork)

    Project mention: Release Radar ยท October 2024: Major updates from the open source community | dev.to | 2024-11-01

    One problem when it comes to images and coding, is computer programs don't read images in the same way as code (ie. text). Instead, images need to be converted or interpreted. That's where Pillow comes in. It's an image processing library for Python interpreters, with extensive file support. The latest update drops support for EOL Python 3.8, now only supporting Python 3.12 or later. The Pillow C API is now faster, resulting in the removal of PyAccess, and only using PyPy. There's also support for WebP 0.5 as a minimum and internal PSFile class has been removed. Check out all the changes in the Pillow release notes.

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. PyInstaller

    Freeze (package) Python programs into stand-alone executables

    Project mention: Introducing VPEM-Visual Studio Profile Extension Manager | dev.to | 2024-10-08

    Executables are built using pyinstaller and are available for Linux, Windows and MacOS. Again, if any issues are found, please report them in the GitHub issue tracker.

  4. TextBlob

    Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.

  5. asyncpg

    A fast PostgreSQL Database Client Library for Python/asyncio.

    Project mention: FastAPI, Pydantic, Psycopg3: the holy trinity for Python web APIs | dev.to | 2024-10-24

    asyncpg: this was the gold standard async database driver for Postgres, being one of the first to market and most performant. While all other drivers use the C library libpq to interface with Postgres, MagicStack opted to rewrite their own custom implementation and also deviate from Python DBAPI spec. If performance is your main criteria here, then asyncpg is probably the best option.

  6. opencv-python

    Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.

    Project mention: Advanced Python Features | news.ycombinator.com | 2025-04-23

    Extra stuff like type checking and annotations are definitely not the reason why python became that popular and widely adapted and used, but it certainly doesn't hurt to add and use them.

    To be clear, I'm not expecting people to start adding generics to their quick hacked together Python scripts (in fact please don't do that). Instead, if you're building a library or maintaining a larger Python codebase, a lot of these start becoming very useful. A lot of the typing features I mentioned are already used by Python under the hood, and that a lot of Python developers just take for granted.

    Case in point, the python-opencv (https://github.com/opencv/opencv-python) library has basically no types and it's an absolute pain to work with.

    BTW thats a really good SO thread, thanks for linking it!

  7. Dependency Injector

    Dependency injection framework for Python

  8. kombu

    Messaging library for Python.

    Project mention: Show HN: Drop-In SQS Replacement Based on SQLite | news.ycombinator.com | 2024-06-30

    https://docs.celeryq.dev/en/stable/getting-started/backends-...

    Celery's flower utility doesn't work with SQS or GCP's {Cloud Tasks, Cloud Pub/Sub, Firebase Cloud Messaging FWIU} but does work with AMQP, which is a reliable messaging protocol.

    RabbitMQ is backed by mnesia, an Erlang/OTP library for distributed Durable data storage. Mnesia: https://en.wikipedia.org/wiki/Mnesia

    SQLite is written in C and has lots of tests because aerospace IIUC.

    There are many extensions of SQLite; rqlite, cr-sqlite, postlite, electricsql, sqledge, and also WASM: sqlite-wasm, sqlite-wasm-http

    celery/kombu > Transport brokers support / comparison table: https://github.com/celery/kombu?tab=readme-ov-file#transport...

    Kombu has supported Apache Kafka since 2022, but celery doesn't yet support Kafka: https://github.com/celery/celery/issues/7674#issuecomment-12...

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. OAuthLib

    A generic, spec-compliant, thorough implementation of the OAuth request-signing logic

  11. pyparsing

    Python library for creating PEG parsers

  12. dulwich

    Pure-Python Git implementation

  13. CherryPy

    CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev

  14. binarytree

    Python Library for Studying Binary Trees

  15. textshot

    Python tool for grabbing text via screenshot

  16. python-betterproto

    Clean, modern, Python 3.6+ code generator & library for Protobuf 3 and async gRPC

  17. scholarly

    Retrieve author and publication information from Google Scholar in a friendly, Pythonic way without having to worry about CAPTCHAs!

  18. ouroboros

    Automatically update running docker containers with newest available image

  19. prettytable

    Display tabular data in a visually appealing ASCII table format

  20. python-tutorial

    A Python 3 programming tutorial for beginners.

    Project mention: python-tutorial VS Spindle - a user suggested alternative | libhunt.com/r/python-tutorial | 2024-12-25
  21. Better-Python-59-Ways

    Code Sample of Book "Effective Python: 59 Specific Ways to Write Better Pyton" by Brett Slatkin

  22. aiocache

    Asyncio cache manager for redis, memcached and memory

  23. Machine-Learning-with-Python

    Small scale machine learning projects to understand the core concepts . Give a Star ๐ŸŒŸIf it helps you. BONUS: Interview Bank coming up..! (by devAmoghS)

  24. Varken

    Standalone application to aggregate data from the Plex ecosystem into InfluxDB using Grafana as a frontend

  25. Your-Journey-To-Fluent-Python

    Your Journey To Fluent Python

  26. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB 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-3 discussion

Log in or Post with

Python python-3 related posts

  • Introducing VPEM-Visual Studio Profile Extension Manager

    3 projects | dev.to | 8 Oct 2024
  • Ask HN: How do you manage files and backups as an individual?

    1 project | news.ycombinator.com | 14 Jul 2024
  • Psycopg 3.2 released โ€“ PostgreSQL driver for Python

    1 project | news.ycombinator.com | 1 Jul 2024
  • Convert Images Into Pencil Sketch

    2 projects | dev.to | 11 Apr 2024
  • Vermin: Concurrently detect the minimum Python versions needed to run code

    1 project | news.ycombinator.com | 12 Jan 2024
  • Python 3.12.1 Released

    2 projects | /r/Python | 8 Dec 2023
  • What do you use for VPS backup? Would improved borg setup - pull mode - be enough? Or, do you use something else?

    1 project | /r/selfhosted | 5 Dec 2023
  • A note from our sponsor - InfluxDB
    influxdata.com | 29 Apr 2025
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more โ†’

Index

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

# Project Stars
1 pillow 12,735
2 PyInstaller 12,318
3 TextBlob 9,328
4 asyncpg 7,285
5 opencv-python 4,817
6 Dependency Injector 4,299
7 kombu 2,986
8 OAuthLib 2,870
9 pyparsing 2,307
10 dulwich 2,112
11 CherryPy 1,896
12 binarytree 1,816
13 textshot 1,766
14 python-betterproto 1,673
15 scholarly 1,604
16 ouroboros 1,590
17 prettytable 1,484
18 python-tutorial 1,441
19 Better-Python-59-Ways 1,387
20 aiocache 1,264
21 Machine-Learning-with-Python 1,188
22 Varken 1,168
23 Your-Journey-To-Fluent-Python 1,126

Sponsored
Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com

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