Interface with Home Connect Appliances in Python

Python tool to talk to Home Connect appliances over the local network (no cloud required) – GitHub – osresearch/hcpy: Python tool to talk to Home Connect appliances over the local network (no cloud… Read more

Similar

Python decorators make composability easier

The last couple of posts have been about 49travel and the way I built it. This week I am going to be talking about decorators for a bit. It seems very disconnected from the last posts, but I started reflecting on this while writing some Python for 49trav... (more…)

Read more »

Right and left folds in Python and Haskell

A "fold" is a fundamental primitive in defining operations on data structures; it's particularly important in functional languages where recursion is the default tool to express repetition. In this article I'll present how left and right folds work and ho... (more…)

Read more »