Python




DevConf 2023: Talking about packaging in Fedora

My daily job is all about packaging. I wouldn't have believed that such an invisible (for the outsider) topic can employ hundreds people all over the world. Preparations This year I wanted to talk at DevConf about something related to my work. That's a new - I have no issues talking …



The debug tale

Debugging The word anyone attempting programming knows from the almost beginning. You know, the moment you learn: if it doesn't work, look at the traceback, then add 153 print statements, then try to understand where the heck you forgot the missing parenthesis. When some clever programmers told me to start …



Advent of Code 2020

Intro This year I joined the challenge with the intention to make it to the end, no matter what. I did it out of curiosity: with the aim to challenge my Python skill and have some brain exercise. As a beginner I solved first puzzles in the previous years but …