In this tutorial you will learn how to apply Optical Character Recognition (OCR) to images using Tesseract, Python, and OpenCV. (more…)
Read more »
Learn the Golang programming language as a Python developer in this tutorial that gets you started in the right direction. (more…)
Read more »
Code without boundaries -- or syntax, or structure, or consistency. - GitHub - ollybritton/pyrattle: Code without boundaries -- or syntax, or structure, or consistency. (more…)
Read more »
Benford’s Law After watching a Netflix documentary about Benford’s Law, i got really interested in it because it can help detect fraud in e.g. balance sheets. So i searched my favorite programming languages and detected that there is n... (more…)
Read more »
The first time I used Logo, it felt like magic. I could type a short sequence of simple commands, and draw beautifully complex shapes on the screen. In this tutorial, I will show you how to parse and interpret a Logo-like language in just 70 lines of code... (more…)
Read more »