Show HN: My GPU Fan Saga – A DIY ATX Fan Controller (shafq.at)
17 points by ashafq 3h ago 1 comments
Unexpected inconsistency in records (codeblog.jonskeet.uk)
46 points by OptionOfT 3d ago 19 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.