The Inner Workings of Python Dataclasses Explained
Everything you ever wanted to know about Python's dataclasses. And probably more. And probably stuff you didn't care to know. And probably stuff you didn't know you'd ever want to know, or not.
Some folk use Emacs out of the box, and never realise just how much more it can do if you sprinkle some of the newer stuff over your configuration. This article does a good job of explaining some of those additions.
"You use the AWS SDK for Python (Boto3) to create, configure, and manage AWS services, such as Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service (Amazon S3). The SDK provides an object-oriented API as well as low-level access to AWS services."
How to remove condescending language from documentation
Interesting post talking about how we can improve language in documentation so that it's more inclusive. The tool that it links to is new to me. I've tried it and there's a lot of false positives, but as long as you don't take a "this should be totally lint-free" approach to using it it could help with tweaking things.