Python really is everywhere at this point. Although many gatekeepers argue whether a person is really a software developer if they don’t code in a language more difficult than Python, it still is everywhere. It’s used to automate, manage websites, analyze... (more…)
Read more »
OpenCV-Playing-Card-Detector - Python program that uses OpenCV to detect and identify playing cards from a PiCamera video feed on a Raspberry Pi... (more…)
Read more »
In Python, generators form part of the intermediate topics. Since it differs from conventional functions, beginners have to take sometimes to wrap their head around it. This article presents materials that will be useful both for beginners and advanced pr... (more…)
Read more »
BlazingSQL is a lightweight, GPU-accelerated, SQL engine in Python. BlazingSQL can seamlessly query large scale data sets, wherever they reside, as well as in-memory tables, which are built on the… (more…)
Read more »
I'll show you what good logging is with real-life examples. Most people don't know what to log, so they end up creating just noise.... (more…)
Read more »