Default arguments in Python functions

This post is based on a gist I wrote a while ago, about why is not a good idea to pass default mutab…

Starting a gnome-shell extension

Since I moved from Ubuntu to Fedora early this year, I changed my desktop environment from unity to …

On returning consistent data types

This post is inspired on an issue I once found, while I was using a well-known library in Python for…