2 525
Подписчики
-224 часа
+67 дней
+3230 день
Архив постов
2 525
I built a wrapper to get unlimited free access to GPT-4o, Gemini 2.5, and Llama 3 (16k+ reqs/day)
https://www.reddit.com/r/Python/comments/1q87ngh/i_built_a_wrapper_to_get_unlimited_free_access_to/
2 525
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 525
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 525
Pyinfra: Turns Python code into shell commands and runs them on your servers
https://github.com/pyinfra-dev/pyinfra
2 525
FastScheduler – Decorator-first Python task scheduler, async support
https://github.com/MichielMe/fastscheduler
2 525
MyTorch – Minimalist autograd in 450 lines of Python
https://github.com/obround/mytorch
2 525
SleepFM
A multimodal sleep foundation model that can predict 130 diseases from 1 night of sleep.
https://github.com/zou-group/sleepfm-clinical
2 525
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 525
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 525
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 525
awesome-agentic-patterns
A curated catalogue of awesome agentic AI patterns.
https://github.com/nibzard/awesome-agentic-patterns
2 525
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 525
LLMRouter
An Open-Source Library for LLM Routing.
https://github.com/ulab-uiuc/LLMRouter
2 525
Sandboxing Untrusted Python
https://gist.github.com/mavdol/2c68acb408686f1e038bf89e5705b28c
2 525
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 525
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 525
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 525
TrustGraph
The Context Graph Factory for AI. Build, manage, and deploy AI-optimized Context Graphs.
https://github.com/trustgraph-ai/trustgraph
Уже доступно! Исследование Telegram 2025 — ключевые инсайты года 
