2 629
Subscribers
-124 hours
+217 days
+5430 days
Posts Archive
2 628
Llmswap – Python package to reduce LLM API costs by 50-90% with caching
https://pypi.org/project/llmswap
2 628
Why Python's deepcopy() is surprisingly slow (and better alternatives)
https://www.reddit.com/r/Python/comments/1mehrc0/why_pythons_deepcopy_is_surprisingly_slow_and/
2 628
OpenPipe / ART
Agent Reinforcement Trainer: train multi-step agents for real-world tasks using GRPO. Give your agents on-the-job training. Reinforcement learning for Qwen2.5, Qwen3, Llama, Kimi, and more!
https://github.com/OpenPipe/ART
2 628
Create space-saving clones on macOS with Python
https://alexwlchan.net/2025/cloning-with-python/
2 628
Python performance myths and fairy tales
https://lwn.net/SubscriberLink/1031707/73cb0cf917307a93/
2 628
joinly
Build personalized, conversational meeting agents in minutes
https://github.com/joinly-ai/joinly
2 628
But really, why use ‘uv’?
https://www.reddit.com/r/Python/comments/1mfd3ww/but_really_why_use_uv/
2 628
HRT's Python Fork: Leveraging PEP 690 for Faster Imports
https://www.hudsonrivertrading.com/hrtbeat/inside-hrts-python-fork/
2 628
Forget metaclasses; Python’s `__init_subclass__` is all you really need
https://www.reddit.com/r/Python/comments/1mevs3i/forget_metaclasses_pythons_init_subclass_is_all/
2 628
PyPI: Preventing ZIP parser confusion attacks on Python package installers
https://blog.pypi.org/posts/2025-08-07-wheel-archive-confusion-attacks/
2 628
I built an offline, open‑source desktop Pixel Art Editor in Python
https://github.com/danterolle/tilf
2 628
QwenLM / Qwen3
Qwen3 is the large language model series developed by Qwen team, Alibaba Cloud.
https://github.com/QwenLM/Qwen3
2 628
From Async/Await to Virtual Threads
Armin Ronacher revisits his earlier critique of async/await in Python, arguing for a simpler and more composable concurrency model built around structured, virtual threads that avoid colored functions and simplify cancellation and context passing. He proposes rethinking Python’s concurrency by embracing thread-first APIs with virtual thread groups, which can yield, cancel, and propagate ...
https://lucumr.pocoo.org/2025/7/26/virtual-threads/
2 628
Uvify
Turn python repositories to environments and oneliners with uv python manager, without diving into the code.
https://github.com/avilum/uvify
