fa
Feedback
PythonHub

PythonHub

رفتن به کانال در Telegram

News & links about Python programming. https://pythonhub.dev/

نمایش بیشتر
2 526
مشترکین
-224 ساعت
+17 روز
+3230 روز
آرشیو پست ها
An Intro to Logging with Python and Loguru Python’s logging module isn’t the only way to create logs. There are several third-party packages you can use, too. One of the most popular is Loguru. Loguru intends to remove all the boilerplate you get with the Python logging API. You will find that Loguru greatly simplifies creating logs in Python. https://www.blog.pythonlibrary.org/2024/05/15/an-intro-to-logging-with-python-and-loguru/

Extracting Words from Scanned Books: A Step-by-Step Tutorial with Python, OpenCV https://github.com/feitgemel/Open-CV/tree/main/Words-Segmentation

Light speed with Python and JS Nope, this article is not about making Python and JS run very fast, it's about making a light speed effect for the fun of a hundred of drunk people https://www.bitecode.dev/p/light-speed-with-python-and-js

Python Hub Weekly Digest for 2024-05-19 https://pythonhub.dev/digest/2024-05-19/

prometheus-eval Evaluate your LLM's response with Prometheus. https://github.com/prometheus-eval/prometheus-eval

fastapi-cli Run and manage FastAPI apps from the command line with FastAPI CLI. https://github.com/tiangolo/fastapi-cli

Cute DI framework with agreeable API and everything you need Powerful IoC-container with scopes, resources finalization, asyncio support and modular architecture https://github.com/reagento/dishka/

Panza A personal email assistant, trained and running on-device. https://github.com/IST-DASLab/PanzaMail

Master Python & Zoom API | Build a Server-to-Server App That Transcribes Recordings Learn how to use Zoom's API with Python in this step-by-step guide! In this tutorial, you'll learn how to create a robust server-to-server OAuth application that automatically transcribes your Zoom recordings, prints them directly to your terminal, and saves them as text files. Perfect for developers, this tutorial will take you from setup to execution, so you'll have a fully functional ... https://www.youtube.com/watch?v=sQVliRl5uKw

PgQueuer PgQueuer is a Python library leveraging PostgreSQL for efficient job queuing. https://github.com/janbjorge/PgQueuer

Bytewax Bytewax is a Python framework that simplifies event and stream processing. https://github.com/bytewax/bytewax

huggingface / parler-tts Inference and training library for high-quality TTS models. https://github.com/huggingface/parler-tts

A library to assist writing memory-unsafe code in "pure" Python https://github.com/DavidBuchanan314/unsafe-python

VILA A multi-image visual language model with training, inference and evaluation recipe, deployable from cloud to edge (Jetson Orin and laptops). https://github.com/Efficient-Large-Model/VILA

django-harlequin Launch Harlequin, the SQL IDE for your Terminal, with your Django database configuration. https://github.com/adamchainz/django-harlequin

DrEureka Language Model Guided Sim-to-Real Transfer. https://eureka-research.github.io/dr-eureka/

A High-Level Technical Overview of Fully Homomorphic Encryption The article provides a high-level technical overview of fully homomorphic encryption (FHE), a powerful cryptographic technique that allows computations to be performed on encrypted data without decrypting it first. It discusses some of the key FHE libraries and tools under active development. https://www.jeremykun.com/2024/05/04/fhe-overview/