Blog

A blog, where I sometimes publish random notes on various (technical) topics such as programming languages, command line tools, and stuff. You can subscribe to the RSS feed, if you like.

1 Posts

  1. Generating Command Line Interfaces in Python (2024-11-18)
    Demonstration of a simple framework for generating CLIs from functions in Python.
  2. Let Over Lambda in Python (2024-09-10)
    Showcasing ‘Let Over Lambda’ for implementing classes in Python.