Series
Curated post series grouped by topic for step-by-step learning.
OpenCV Series
We will learn how to handle mouse events in OpenCV. We will learn this function: cv2.setMouseCallback()
Python Metaclass Series
In Python, everything is an object and every object has a type — including primitives, functions, and classes themselves. type() and __class__ reveal this relationship.
AI Foundations
AI models are compiled binaries. Just like a compiled C program, a trained model is an artifact that stands independent of its source — a ready-to-execute brain specialized for a task. Here's what that really means.
Sass/SCSS Series
First, I want to start with my favorite Sass mixin — it makes the Sass/CSS code I write compatible with all browsers and lets me follow the principle of write once, run in all browsers.
Hakan Çelik