python-3

Open-source projects categorized as python-3

Top 23 python-3 Open-Source Projects

  1. pytudes

    Python programs, usually short, of considerable difficulty, to perfect particular skills.

    Project mention: The Languages of English, Math, and Programming | news.ycombinator.com | 2024-10-19
  2. 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
  3. 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.

  4. 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.

  5. uvloop

    Ultra fast asyncio event loop.

    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/

  6. TextBlob

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

  7. 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.

  8. opencv-python

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

    Project mention: Convert Images Into Pencil Sketch | dev.to | 2024-04-11

    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!

  9. SaaSHub

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

    SaaSHub logo
  10. Dependency Injector

    Dependency injection framework for Python

  11. 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...

  12. OAuthLib

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

  13. pyparsing

    Python library for creating PEG parsers

  14. gopy

    gopy generates a CPython extension module from a go package.

  15. dulwich

    Pure-Python Git implementation

  16. CherryPy

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

  17. binarytree

    Python Library for Studying Binary Trees

  18. textshot

    Python tool for grabbing text via screenshot

  19. python-betterproto

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

  20. ouroboros

    Automatically update running docker containers with newest available image

  21. scholarly

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

  22. Face-Mask-Detection

    Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras

  23. prettytable

    Display tabular data in a visually appealing ASCII table format

  24. 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
  25. Magic Python

    Cutting edge Python syntax highlighter for Sublime Text, Atom and Visual Studio Code. Used by GitHub to highlight your Python code!

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

Log in or Post with

python-3 related posts

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

Sponsored
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.ai

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