Python python-3

Open-source Python projects categorized as python-3

Top 23 Python python-3 Projects

  • pillow

    Python Imaging Library (Fork)

  • Project mention: Github.com Is Down | news.ycombinator.com | 2023-06-29

    "down" could be a good name for a python image library plugin/extension.

    https://github.com/python-pillow/Pillow

  • PyInstaller

    Freeze (package) Python programs into stand-alone executables

  • Project mention: Python 3.12.1 Released | /r/Python | 2023-12-08

    Not sure if fixed in this patch, but pyinstaller had an issue in 3.12.0 https://github.com/pyinstaller/pyinstaller/issues/7992

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • BorgBackup

    Deduplicating archiver with compression and authenticated encryption.

  • Project mention: Ask HN: Open-source Windows 11 backup solutions | news.ycombinator.com | 2024-04-04

    i use - and recommend - "borgbackup": for example with the "vorta" graphical frontend

    * https://www.borgbackup.org/

    * https://vorta.borgbase.com/install/windows/

    just my 0.02€

  • TextBlob

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

  • Project mention: Using EvaDB to build AI-enhanced apps | dev.to | 2024-01-10

    TextBlob is a Python toolkit for text processing. It offers some common NLP functionalities such as part-of-speech tagging and noun phrase extraction. We’ll use TextBlob in our project to perform some quick sentiment analysis on tweets.

  • marshmallow

    A lightweight library for converting complex objects to and from simple Python datatypes.

  • Project mention: Help making draggable items for Flask app. | /r/flask | 2023-08-21

    Somehow get a serializer going for your database models. I used marshmallow and flask-marshmallow

  • asyncpg

    A fast PostgreSQL Database Client Library for Python/asyncio.

  • Project mention: Ask HN: Is Python async/await some kind of joke? | news.ycombinator.com | 2024-01-27

    - SqlAlchemy/asyncpg => you can’t use it if you’re using PgBouncer (necessary most of the time with Postgres) in transaction mode? What?? https://github.com/MagicStack/asyncpg/issues/1058

  • 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!

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Dependency Injector

    Dependency injection framework for Python

  • Project mention: Java 21 makes me like Java again | news.ycombinator.com | 2023-09-16

    Nothing to do with the nature of the language, but with the nature of the program.

    If you're writing a few line script, you don't need a DI container. Once your program gets large, it becomes extremely messy without one. It's no surprise projects like [1] exist.

    [1] https://github.com/ets-labs/python-dependency-injector

  • uwsgi-nginx-flask-docker

    Docker image with uWSGI and Nginx for Flask applications in Python running in a single container.

  • kombu

    Messaging library for Python.

  • OAuthLib

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

  • pyparsing

    Python library for creating PEG parsers

  • Project mention: Pyparsing 3.1.0 released | /r/pyparsing | 2023-06-19

    After over a year since the last release of pyparsing, I've bundled up all the bug-fixes and changes, and they are now released as pyparsing 3.1.0. Visit this link for the details.

  • dulwich

    Pure-Python Git implementation

  • Project mention: Show HN: Gogit – Just enough Git (in Go) to push itself to GitHub | news.ycombinator.com | 2023-07-29

    > It seems a similar story with the rest of git.

    Dulwich[1] is a pure-python Git implementation that's been around for many years, meant to be used as a library. I used it a long time ago to make a git-backed wiki. There's also libgit2 which is exactly what it sounds like and it has mature Go bindings[2]. I'm sure there are more implementations.

    [1]: https://github.com/jelmer/dulwich

  • binarytree

    Python Library for Studying Binary Trees

  • CherryPy

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

  • textshot

    Python tool for grabbing text via screenshot

  • ouroboros

    Automatically update running docker containers with newest available image

  • Project mention: [Portainer] [Demande de fonctionnalité] Option de mise à jour automatique du conteneur. | /r/enfrancais | 2023-04-27
  • Better-Python-59-Ways

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

  • python-betterproto

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

  • python-tutorial

    A Python 3 programming tutorial for beginners.

  • prettytable

    Display tabular data in a visually appealing ASCII table format

  • scholarly

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

  • Project mention: Scrape Google Scholar in R | dev.to | 2023-05-06

    scholarly is also an open-source project that extracts data from Google Scholar. The difference between this and mine package is that mine aim to extract all possible pages, while scholarly not.

  • 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)

  • 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-3 related posts

Index

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

Project Stars
1 pillow 11,672
2 PyInstaller 11,271
3 BorgBackup 10,506
4 TextBlob 8,937
5 marshmallow 6,888
6 asyncpg 6,596
7 opencv-python 4,162
8 Dependency Injector 3,581
9 uwsgi-nginx-flask-docker 2,955
10 kombu 2,748
11 OAuthLib 2,739
12 pyparsing 2,086
13 dulwich 2,000
14 binarytree 1,802
15 CherryPy 1,783
16 textshot 1,677
17 ouroboros 1,563
18 Better-Python-59-Ways 1,385
19 python-betterproto 1,378
20 python-tutorial 1,271
21 prettytable 1,243
22 scholarly 1,225
23 Machine-Learning-with-Python 1,166

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com