Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more โ
Top 23 Python python-3 Projects
-
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.
-
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.
-
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.
-
TextBlob
Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
-
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.
-
opencv-python
Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
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!
-
-
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...
-
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.
-
-
-
-
-
-
-
python-betterproto
Clean, modern, Python 3.6+ code generator & library for Protobuf 3 and async gRPC
-
scholarly
Retrieve author and publication information from Google Scholar in a friendly, Pythonic way without having to worry about CAPTCHAs!
-
-
-
Project mention: python-tutorial VS Spindle - a user suggested alternative | libhunt.com/r/python-tutorial | 2024-12-25
-
Better-Python-59-Ways
Code Sample of Book "Effective Python: 59 Specific Ways to Write Better Pyton" by Brett Slatkin
-
-
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)
-
Varken
Standalone application to aggregate data from the Plex ecosystem into InfluxDB using Grafana as a frontend
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
Python python-3 discussion
Python python-3 related posts
-
Introducing VPEM-Visual Studio Profile Extension Manager
-
Ask HN: How do you manage files and backups as an individual?
-
Psycopg 3.2 released โ PostgreSQL driver for Python
-
Convert Images Into Pencil Sketch
-
Vermin: Concurrently detect the minimum Python versions needed to run code
-
Python 3.12.1 Released
-
What do you use for VPS backup? Would improved borg setup - pull mode - be enough? Or, do you use something else?
-
A note from our sponsor - InfluxDB
influxdata.com | 29 Apr 2025
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 |