Recent Posts

Polars is awesome!

3 minute read

I recently came across this excellent calmcode tutorial about polars and its write-up and I was intrigued. Time passed but I finally found the time to disco...

Using Python’s argparser

1 minute read

In this post I am sharing best practises on using Python’s argparser. This is common feedback I have given in pull request reviews over the past few years.