SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 python-3 Open-Source Projects
-
Project mention: The Languages of English, Math, and Programming | news.ycombinator.com | 2024-10-19
-
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.
-
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.
-
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.
-
Project mention: How Much Memory Do You Need in 2024 to Run 1M Concurrent Tasks? | news.ycombinator.com | 2024-11-28
I kept the `import uvloop` statement when just using asyncio so that both cases start in the same conditions.
[0]: https://github.com/MagicStack/uvloop/
-
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.
Have you ever felt like your photos needed a little extra touch to stand out? Well, get ready because we're about to learn a cool Python trick! We're going to take ordinary photos and turn them into awesome pencil sketches using Python and OpenCV. This will make your pictures look like they were drawn by hand!
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
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...
-
-
-
-
-
-
-
-
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!
-
Face-Mask-Detection
Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras
-
-
Project mention: python-tutorial VS Spindle - a user suggested alternative | libhunt.com/r/python-tutorial | 2024-12-25
-
Magic Python
Cutting edge Python syntax highlighter for Sublime Text, Atom and Visual Studio Code. Used by GitHub to highlight your Python code!
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
python-3 discussion
python-3 related posts
-
The Languages of English, Math, and Programming
-
Introducing VPEM-Visual Studio Profile Extension Manager
-
LLMs, Theory of Mind, and Cheryl's Birthday
-
Ask HN: How do you manage files and backups as an individual?
-
Psycopg 3.2 released – PostgreSQL driver for Python
-
Counting Cluster Sizes
-
More Itertools
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 Mar 2025
Index
What are some of the best open-source python-3 projects? This list will help you:
# | Project | Stars |
---|---|---|
1 | pytudes | 23,328 |
2 | pillow | 12,618 |
3 | PyInstaller | 12,227 |
4 | uvloop | 10,737 |
5 | TextBlob | 9,285 |
6 | asyncpg | 7,221 |
7 | opencv-python | 4,741 |
8 | Dependency Injector | 4,224 |
9 | kombu | 2,968 |
10 | OAuthLib | 2,861 |
11 | pyparsing | 2,285 |
12 | gopy | 2,128 |
13 | dulwich | 2,104 |
14 | CherryPy | 1,887 |
15 | binarytree | 1,810 |
16 | textshot | 1,752 |
17 | python-betterproto | 1,630 |
18 | ouroboros | 1,590 |
19 | scholarly | 1,558 |
20 | Face-Mask-Detection | 1,562 |
21 | prettytable | 1,474 |
22 | python-tutorial | 1,428 |
23 | Magic Python | 1,420 |