ooh.directory
Visit this blog snarky.ca
Python core developer. Dev manager for the Python extension for VS Code. Tall, snarky Canadian.
Any gaps could be due to errors when fetching the blog’s feed.
In the past week I had two people separately tell me what they thought the Python Software Foundation Conduct WG did and both were wrong (and incidentally in the same way). As such, I wanted …
In my opinion, you should only introduce a named tuple to your code when you're updating a preexisting API that was already returning a tuple or you are wrapping a tuple return value from another …
I maintain a GitHub Action called check-for-changed-files. For the purpose of this blog post what the action does isn't important, but the fact that I authored it originally in TypeScript is. See, one day I …