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 …
In this post we are going to create an automatic, random and minimalistic wallpaper changer for GNU/Linux using Python. …
This book was my favorite book to learn Python, even if you’re a beginner or have no experience at all. Since this …
If you have no idea what a virtual environment is for, I have a post where I explain what virtual environments in Python …
Python virtual environments are a tool that is used in every project. They are so important that they are part of the …
Beginning Python: From Novice To Professional was one of the first Python books I read. I chose this book because with …
Previously I briefly discussed unittest, coverage, mock, nose, nose, pytest and other testing tools in Python . You are …
Long ago, when I started programming I thought that testing code was a waste of time. Why did I need to write more code? …