PythonHub
Ir al canal en Telegram
News & links about Python programming. https://pythonhub.dev/
Mostrar más2 531
Suscriptores
-324 horas
+37 días
+1030 días
Archivo de publicaciones
2 531
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/
2 531
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
2 531
Python is the 2nd most demanded programming language in 2022
https://www.reddit.com/r/Python/comments/vtiz4o/python_is_the_2nd_most_demanded_programming/
2 531
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/
2 531
min-dalle
min(DALL·E) is a fast, minimal implementation of DALL·E Mega in PyTorch.
https://github.com/kuprel/min-dalle
2 531
Barfi
A Python visual Flow Based Programming library that integrates into your existing workflow.
https://github.com/krish-adi/barfi
2 531
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/
2 531
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/
2 531
picosnitch
Monitor network traffic per executable using BPF.
https://github.com/elesiuta/picosnitch
2 531
mimic3
A fast local neural text to speech engine for Mycroft
https://github.com/MycroftAI/mimic3
2 531
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/
2 531
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
2 531
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
2 531
Python for Data Analysis, 3rd Edition – The Open Access Version Online
https://wesmckinney.com/book/
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
