These last few months I have been learning go. How did it all start? Well, it started in a rather superficial way; I …
There are quite simple to use tools that allow us to audit the number of requests per second (rps) that a website …
Python is super versatile, it has a giant community that has libraries that allow to achieve great things with few lines …
The other day I was solving a kata in codewars , one of the steps of the problem needed a two-dimensional array, in more …
Python 3.10 was announced and it comes with something that many developers were missing from other languages: the switch …
Updated to 2024: If you’ve used only Python or only Javascript, you’re probably a little curious to know …
Since I started using Python I use virtualenv and pip to manage virtual environments. But while reading Django for …
Who hasn’t been tried to be convinced to invest in multi-level Bitcoin marketing? I have, but hopefully it will …
Design patterns are common solutions to common problems, represented by entities and the relationships between them in …
In the previous post we made an automatic wallpaper changer in Python In this entry we are going to use Cron to program …