Projects
Latest Articles
-

Setting up an automated daily posting Twitter-Bot in Python
UPDATE: The developer access was widely withdrawn from many accounts since Elon Musk bought Twitter (now “X”). So did it happen to my Twitter-Bot, therefore the account is not posting anymore automatically. Python is a powerful programming language suitable for most tasks one can think of. Most platforms offer easily applicable APIs accessed through Python…
-

Hypothesis testing on football players consciously getting yellow cards to get suspended
When I recently watched the Saturday afternoon football games of the first German Bundesliga (the highest league in Germany), I noticed something that I have been observing for many years. Players seem to get yellow cards on purpose to get suspended for the next away game. Why is that? In a season, the yellow cards of…
-

Peaceable Armies of Queens – Constraint Programming
A documentation of the Peaceable Armies of Queens problem — placing N black and N white chess queens on a D×D board such that no queen can attack a queen of the other color. Solved using constraint programming in SICStus Prolog.


