python-3

Open-source projects categorized as python-3

Top 23 python-3 Open-Source Projects

  • pytudes

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

  • Project mention: Ask HN: High quality Python scripts or small libraries to learn from | news.ycombinator.com | 2024-04-19

    Peter Norvig's work is great to learn from https://github.com/norvig/pytudes

  • 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

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

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

  • uvloop

    Ultra fast asyncio event loop.

  • Project mention: APIs in Go with Huma 2.0 | dev.to | 2023-12-06

    I wound up on a different team with pre-existing Python code so temporarily shelved my use of Go for a bit, and we used Sanic (an async Python framework built on top of the excellent uvloop & libuv that also powers Node.js) to build some APIs for live channel management & operations. We hand-wrote our OpenAPI and used it to generate documentation and a CLI, which was an improvement over what was there (or not) before. Other teams used the OpenAPI document to generate SDKs to interact with our service.

  • 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

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

  • 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

  • gopy

    gopy generates a CPython extension module from a go package.

  • 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
  • Face-Mask-Detection

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

  • Magic Python

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

  • Better-Python-59-Ways

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

  • 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). The latest post mention was on 2024-04-19.

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 22,331
2 pillow 11,651
3 PyInstaller 11,271
4 BorgBackup 10,506
5 uvloop 9,994
6 TextBlob 8,917
7 marshmallow 6,888
8 asyncpg 6,596
9 opencv-python 4,152
10 Dependency Injector 3,581
11 uwsgi-nginx-flask-docker 2,955
12 kombu 2,741
13 OAuthLib 2,739
14 pyparsing 2,086
15 dulwich 1,998
16 gopy 1,856
17 binarytree 1,801
18 CherryPy 1,779
19 textshot 1,645
20 ouroboros 1,563
21 Face-Mask-Detection 1,501
22 Magic Python 1,390
23 Better-Python-59-Ways 1,385
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com