Alex Waygood
banner
alexwaygood.bsky.social
Alex Waygood
@alexwaygood.bsky.social
Software dev at Astral 🦀. Sometimes do freelance journalism: Guardian, Telegraph, openDemocracy. Python core dev in my spare time 🐍. Studied 🎶 a while back.
He got to vote three times! Three separate members of the household walked him to the polls today!!
May 1, 2025 at 6:35 PM
May 1, 2025 at 12:44 PM
#Python allows you to make instances of a custom class callable -- all you need to do is to add a `__call__` method to the class. But the `__call__` method doesn't actually have to be a function -- it can also be an instance of any callable class! This allows arbitrary chaining of `__call__` methods
December 30, 2024 at 12:38 PM
Over the course of this release, I also discovered that the hardest problem in computer science is in fact generating the images you see at the top of every Ruff blogpost
November 22, 2024 at 12:33 PM