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 »
A Python package for fast and robust Image Stitching - GitHub - lukasalexanderweber/stitching: A Python package for fast and robust Image Stitching... (more…)
Read more »
mifid2-rts - Executable form of the MiFID II RTS (Regulatory Technical Standard) documents. (more…)
Read more »
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 »
An extremely fast Python type checker and language server, written in Rust. - astral-sh/ty... (more…)
Read more »