2 528
Subscribers
+124 hours
+107 days
+3630 days
Posts Archive
2 527
Why pylock.toml includes digital attestations
Including digital attestations in pylock.toml allows developers to verify the origin and integrity of dependencies, not just their versions and hashes, improving protection against supply chain attacks. The broader point is that modern package security requires provenance, not just reproducibility, so lock files are evolving from “what to install” into “what can be trusted to install.”
https://snarky.ca/why-pylock-toml-includes-digital-attestations/
2 527
How Clean Code Turns Into Overengineering
This video is about how code that looks clean can still hide a bad design, and why overusing tiny abstractions can make a program harder to understand and change. It refactors a Python reporting example by simplifying the structure, making the pipeline explicit, and focusing on cohesion over smallness.
https://www.youtube.com/watch?v=U4sPMwAiXco
2 527
claude-howto
A visual, example-driven guide to Claude Code - from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
https://github.com/luongnv89/claude-howto
2 527
diffly
Utility package for comparing polars data frames.
https://github.com/Quantco/diffly
2 527
Smello
A developer tool that captures outgoing HTTP requests from your code and displays them in a local web dashboard.
https://github.com/smelloscope/smello
2 527
Fixed Python autocomplete
The post suggests that heavy LSP and static analysis approaches are unnecessary for many common autocomplete scenarios. It shows a lightweight, pattern-based approach can deliver faster, more responsive suggestions without full semantic analysis.
https://matan-h.com/better-python-autocomplete
2 527
Oxyde ORM
A type-safe, Pydantic-centric asynchronous ORM with a high-performance Rust core designed for clarity, speed, and reliability.
https://github.com/mr-fatalyst/oxyde
2 527
Pydantic AI - Intro to Agentic AI with Pydantic AI framework
We'll look at using Pydantic AI to build agent-based workflows, starting with simple fundamentals, and building up to more complex examples that use vector databases, RAG, multi-agent workflows and more.
https://www.youtube.com/playlist?list=PL-2EBeDYMIbSWGoDzOFm33_5W_ShO-VIi
2 527
agentscope-ai / ReMe
ReMe: Memory Management Kit for Agents - Remember Me, Refine Me.
https://github.com/agentscope-ai/ReMe
2 527
justx
A TUI command launcher built on top of just. Define recipes once, run them anywhere.
https://github.com/fpgmaas/justx
2 527
rsloop
An event loop for asyncio written in Rust.
https://github.com/RustedBytes/rsloop
2 527
Build Your Own Openclaw - A step by step guide, using python
https://github.com/czl9707/build-your-own-openclaw
2 527
The Hidden Mechanism Behind Clean Python APIs (Descriptor Deep Dive)
Descriptors define how Python resolves attribute access, explaining why values sometimes come from the instance, class, or elsewhere in non-obvious ways. Understanding descriptor rules enables cleaner, more reusable designs by giving you precise control over attribute behavior.
https://www.youtube.com/watch?v=7SUzTOkUVLY
2 527
LiteLLM Python package compromised by supply-chain attack
https://github.com/BerriAI/litellm/issues/24512
2 527
Visitran
Build data transformation pipelines using Python with a visual IDE and AI assistant.
https://github.com/Zipstack/visitran
2 527
OpenAI to acquire Astral
https://www.reddit.com/r/Python/comments/1rxzy4d/openai_to_acquire_astral/
2 527
Reinventing Python's AsyncIO
The post explores a redesign of Python’s async runtime, arguing that the current async/await and event-loop model adds unnecessary complexity, and proposing a simpler runtime where concurrency is handled automatically without explicit async syntax.The author experiments with a new runtime approach that can run async workloads 2–3.5× faster than traditional asyncio, suggesting Python’s co...
https://blog.baro.dev/p/reinventing-pythons-asyncio
2 527
Would it have been better if Meta bought Astral.sh instead?
https://www.reddit.com/r/Python/comments/1ryglss/would_it_have_been_better_if_meta_bought_astralsh/
Available now! Telegram Research 2025 — the year's key insights 
