ru
Feedback
PythonHub

PythonHub

Открыть в Telegram
2 531
Подписчики
-324 часа
+37 дней
+1030 день
Архив постов
How I made a dataclass remover My journey creating a dataclass converter by using abstract syntax trees, match-case, the dedent utility and more. You may learn something new along the way. https://www.pythonmorsels.com/making-a-dataclass-remover/

SearXNG SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled. https://github.com/searxng/searxng

YouBit Using YouTube as a free file hosting service. https://github.com/MeViMo/youbit

Logging millions of requests reliably with our new data ingestion pipeline An architectural overview of HackerEarth's request logging pipeline http://engineering.hackerearth.com/2022/07/01/logging-millions-of-requests-reliably-with-our-new-data-ingestion-pipeline/

gpucsl Constraint-based Causal Structure Learning on GPUs. https://github.com/hpi-epic/gpucsl

min-dalle min(DALL·E) is a fast, minimal implementation of DALL·E Mega in PyTorch. https://github.com/kuprel/min-dalle

Barfi A Python visual Flow Based Programming library that integrates into your existing workflow. https://github.com/krish-adi/barfi

red-engine Modern scheduling library for Python. https://github.com/Miksus/red-engine

Faster routing for Flask & Quart Flask and Quart both utilize Werkzeug's HTTP router to route request paths to the relevant function. With the upcoming 2.2 release of Werkzeug this router will be significantly faster, with up to a factor of 5 seen in testing. This speedup increases with the size of the routing table and so you are likely to see further increases in your production applications. https://pgjones.dev/blog/faster-routing-2022/

picologging An optimized logging library for Python. https://github.com/microsoft/picologging

How to Make Django Raise an Error for Missing Template Variables It’s all too easy to forget to pass a variable to your template, or make a typo in a variable ... https://adamj.eu/tech/2022/03/30/how-to-make-django-error-for-undefined-template-variables/

picosnitch Monitor network traffic per executable using BPF. https://github.com/elesiuta/picosnitch

mimic3 A fast local neural text to speech engine for Mycroft https://github.com/MycroftAI/mimic3

How to Patch Requests to Have a Default Timeout Python’s requests package is very popular. Even if you don’t use it directly, it’s highly likely ... https://adamj.eu/tech/2022/06/23/how-to-patch-requests-to-have-a-default-timeout/

Faster Django Queries With Materialized Views Materialized views can be very useful for creating reports that will be used repeatedly. They cut down on query times because the query has already been made, and the view has been written to the disk. In this video, Nafiul Islam demonstrates how to create materialized views, explains the benefits of using them, and shows how to integrate them into Django ORM. https://www.youtube.com/watch?v=qcTGppyu1nw

neetcode-gh / leetcode Leetcode solutions https://github.com/neetcode-gh/leetcode

Custom JSON encoder and decoder This article explains how to extend the JSON format by using a custom encoder and a custom decoder to turn arbitrary Python objects into JSON and back. https://mathspp.com/blog/custom-json-encoder-and-decoder

Python for Data Analysis, 3rd Edition – The Open Access Version Online https://wesmckinney.com/book/