Other articles


  1. Datetime Arithmetic in Python

    Working with datetime is hard and error prone, but Python actually provides the right tools with timedelta to work with them.

    It's a shame that most developers are not making the best use of it. timedelta and divmod

    Basic Arithmetic

    Let's first catch up what the basic operations are:

    Advanced Arithmetic

    Now, let's …

    read more
  2. Replacing tox with UV

    Recently I've been updating some of my libraries to Python 3.10+ after Python 3.9 has finally reached end of life.

    The upgrade to Python 3.10 is a relatively simple one, but I thought it be a good idea to run tests on different versions of Python.

    Existing …

    read more

social