PythonHub
Ir al canal en Telegram
News & links about Python programming. https://pythonhub.dev/
Mostrar más2 630
Suscriptores
Sin datos24 horas
+257 días
+6330 días
Archivo de publicaciones
2 630
An Annual Release Cycle for Django
A proposal for moving Django to an annual release cycle.
https://buttondown.com/carlton/archive/an-annual-release-cycle-for-django/
2 630
How often does Python allocate?
https://zackoverflow.dev/writing/how-often-does-python-allocate/
2 630
How to get better at writing good Python code (structure, readability, thinking like a dev)
https://www.reddit.com/r/learnpython/comments/1omtk0o/how_to_get_better_at_writing_good_python_code/
2 630
django-keel
A versatile, production-ready Django project template for any use case Build SaaS applications, API backends, web apps, or internal tools with one template.
https://github.com/CuriousLearner/django-keel
2 630
Approved: PEP 798: Unpacking in Comprehensions & PEP 810: Explicit lazy imports
https://www.reddit.com/r/Python/comments/1ongpc9/approved_pep_798_unpacking_in_comprehensions_pep/
2 630
Chandra
OCR model that handles complex tables, forms, handwriting with full layout.
https://github.com/datalab-to/chandra
2 630
Zensical
A modern static site generator by the creators of Material for MkDocs.
https://github.com/zensical/zensical
2 630
volcengine / MineContext
MineContext is your proactive context-aware AI partner(Context-Engineering+ChatGPT Pulse)
https://github.com/volcengine/MineContext
2 630
Valori – A Python-native Vector Database I built from scratch
https://news.ycombinator.com/item?id=45864900
2 630
You’re Passing Way Too Many Arguments (and How to Fix It)
The video explains how the Context Object Pattern helps reduce repeated function arguments by grouping related data into a single object, simplifying function signatures and improving maintainability. It also discusses the trade-offs, like increased coupling, and suggests using Python protocols to keep code decoupled and testable, recommending context objects mainly for higher-level func...
https://www.youtube.com/watch?v=UG5jbLReDiM
2 630
DeepInverse
A PyTorch library for solving imaging inverse problems using deep learning.
https://github.com/deepinv/deepinv
2 630
amplifier
Automate complex workflows by describing how you think through them.
https://github.com/microsoft/amplifier
2 630
spipm / Depixelization_poc
Depix is a PoC for a technique to recover plaintext from pixelized screenshots.
https://github.com/spipm/Depixelization_poc
2 630
Reduino
Write Arduino code in pure Python. Reduino transpiles Python scripts into efficient Arduino C++ and uploads automatically. A simple, intuitive way to control sensors, LEDs, and actuators without touching C++.
https://github.com/Jackhammer9/Reduino
2 630
Nano-vLLM
A lightweight vLLM implementation built from scratch.
https://github.com/GeeeekExplorer/nano-vllm
2 630
Reliable Django Signals
Using background tasks to reliability execute signal receivers.
https://hakibenita.com/django-reliable-signals
