Even the best of us hate logging in Python sometimes. And while a lot of its problems are actually just bad docs and terrible defaults in the past, there is some pain that can be avoided. (more…)
Read more »
I get asked a lot if it really makes sense to write tests for software. The general answer is yes, but it depends with who you are working with, the complexity, life cycle of the project and many other factors. I would argue that is very hard to have a … (more…)
Read more »
A comprehensive tutorial for getting started with Tesseract and OpenCV for OCR in Python: preprocessing, deep learning OCR, text extraction and limitations. (more…)
Read more »
The objective is to visualize the spread of Coronavirus over time, and see if lockdown had any effect on the transmission rate using… (more…)
Read more »