When you first learn to code, it’s common to learn arrays as the “main data structure.”... (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 »
There were several moments over the last few weeks when I heard people discuss differences between Python lists and dicts and one of the first ones mentioned was that lists are ordered and dicts are not. (more…)
Read more »
Somebody recently introduced me to Vulture, a Python project for finding
dead code.
Read more »
Guido rejecting your awesome syntactic proposals? He's not in charge anymore.
(This point has not aged well, has it?)... (more…)
Read more »