Cognition (Devin AI) to Acquire Windsurf (cognition.ai)
501 points by alazsengul 7d ago 434 comments
Uv: Running a script with dependencies (docs.astral.sh)
466 points by Bluestein 17h ago 135 comments
PEP 798 – Unpacking in Comprehensions
4 asicsp 2 7/22/2025, 5:20:29 AM peps.python.org ↗
I will say that even after using Python for over 15 years, the syntax for nested list comprehensions has a rather... incomprehensible order.
I remember reading a blog post pointing out that the for-loop order stays the same between comprehensions and normal nested code. You write the outer loop first.