Markus Löning

Software Engineering & Machine Learning

Recent posts

Dec 20, 2023

Implementing the Uno card game in Python — A friend of mine recently implemented the card game Uno as a programming exercise in Python and asked me for feedback. I thought it’s a good idea to try it myself and then compare notes.

Oct 2, 2020

Run pre-commit retrospectively on all changed files in a PR — When I was developing sktime, we had set up automated checks for printing and formatting only after some time. Rather than fixing our entire code base in one go, we decided to roll out the changes slowly, and only enforce them for the changed files on a PR.