Detecting eye blinks with Python
Learn how to detect blinks, count blinks, and recognize blinks in video streams using OpenCV and Python. (more…)
Read more »
This week I was debugging a misbehaving Python program that makes
significant use of Python’s asyncio. The program would
eventually take very long periods of time to respond to network
requests. My first suspicion was a CPU-heavy coroutine hogging the
thr… Read more