PythonHub
الذهاب إلى القناة على Telegram
News & links about Python programming. https://pythonhub.dev/
إظهار المزيد2 526
المشتركون
-224 ساعات
+67 أيام
+3230 أيام
أرشيف المشاركات
2 526
I Made a Classic Refactoring Mistake
Arjan addresses mistakes in his prior video's refactoring of a messy order approval function, identifying three logic errors via failing tests. He discusses refactoring pitfalls like incomplete tests (86% coverage despite bugs), tricky and/or conditions, data structures, and the lack of a true "ground truth" in business logic.
https://www.youtube.com/watch?v=b6RnBKvQ40o
2 526
Anthropic has made a large contribution to the Python Software Foundation
https://discuss.python.org/t/anthropic-has-made-a-large-contribution-to-the-python-software-foundation-and-open-source-security/105694
2 526
Pyinfra: Turns Python code into shell commands and runs them on your servers
https://github.com/pyinfra-dev/pyinfra
2 526
FastScheduler – Decorator-first Python task scheduler, async support
https://github.com/MichielMe/fastscheduler
2 526
MyTorch – Minimalist autograd in 450 lines of Python
https://github.com/obround/mytorch
2 526
SleepFM
A multimodal sleep foundation model that can predict 130 diseases from 1 night of sleep.
https://github.com/zou-group/sleepfm-clinical
2 526
PennyLane
PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry. Built by researchers, for research.
https://github.com/PennyLaneAI/pennylane
2 526
Recent optimizations in Python's Reference Counting
CPython 3.14+ introduced LOADFASTBORROW, a bytecode optimization that skips reference count increments when loading local variables in hot loops, using static lifetime analysis to ensure safety. This reduces memory management overhead in performance-critical code like tight loops, mimicking Rust-style borrowing while preserving Python's reference counting model, with further JIT optimi...
https://rushter.com/blog/python-refcount/
2 526
Unit testing your code’s performance, part 1: Big-O scaling
Your software’s speed needs some form of testing; big-O scaling is a good starting point.
https://pythonspeed.com/articles/big-o-tests/
2 526
awesome-agentic-patterns
A curated catalogue of awesome agentic AI patterns.
https://github.com/nibzard/awesome-agentic-patterns
2 526
How uv got so fast
uv's speed comes from engineering decisions, not just Rust. Static metadata, dropping legacy formats, and standards that didn't exist five years ago.
https://nesbitt.io/2025/12/26/how-uv-got-so-fast.html
2 526
LLMRouter
An Open-Source Library for LLM Routing.
https://github.com/ulab-uiuc/LLMRouter
2 526
Sandboxing Untrusted Python
https://gist.github.com/mavdol/2c68acb408686f1e038bf89e5705b28c
2 526
shareAI-lab / learn-claude-code
How can we build a true AI agent? Like Claude Code.
https://github.com/shareAI-lab/learn-claude-code
2 526
Static Protocols in Python: Behaviour Over Inheritance
Patrick Müller explores how Python's static protocols enable "static duck typing," allowing developers to define interfaces based on behavior (structural typing) rather than inheritance (nominal typing). He argues that this approach promotes loose coupling and greater flexibility in software design, particularly in complex fields like machine learning where diverse libraries and coding s...
https://patrickm.de/static-protocols-in-python/
2 526
What async really means for your python web app?
The author challenges the hype around async Python, demonstrating through benchmarks that for most database-driven web apps, synchronous Django with connection pooling often outperforms or matches async alternatives. The study concludes that unless a service is highly distributed or the primary bottleneck, the overhead of async can actually degrade performance, making sync the more effic...
https://hackeryarn.com/post/async-python-benchmarks/
2 526
TrustGraph
The Context Graph Factory for AI. Build, manage, and deploy AI-optimized Context Graphs.
https://github.com/trustgraph-ai/trustgraph
2 526
randomized-svd
randomized-svd is a lightweight, high-performance Python library for computing the Randomized Singular Value Decomposition (rSVD).
https://github.com/massimofedrigo/randomized-svd
متاح الآن! بحث تيليغرام 2025 — أهم رؤى العام 
