What is a good way to add isolated, reusable functionality to Python classes? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.
In this quiz, you'll test your understanding of Python closures. Closures are a common feature in functional programming languages and are particularly popular in Python because they allow you to create function-based decorators.
SQLModel is a really useful library for working with SQL databases in Python, built on top of SQLAlchemy and Pydantic. However, AFAIK there's no documentation supporting asynchronous operations for PostgreSQL, which can be a limitation when building ...
If you're like me, you don't love the ergonomics of writing long text messages on your mobile phone keyboard. We own an "Arteck HB066" Bluetooth keyboard for this use-case which works great and cos ...
This is adopted from my "Better developers" newsletter: . Like many others in the Python world, I've adopted "uv", the do-everything, lightning-fast package manager written in Rust. uv does it all: For people who just ...