In this tutorial, you will try 'fooling' or tricking an animal classifier. As you work through the tutorial, you'll use OpenCV, a computer-vision library, and PyTorch, a deep learning library. By the end of the tutorial, you will have a tool for trick... (more…)
Read more »
In languages like Ocaml, Haskell, type systems will often help you along the way of programming. Catch errors, warn incomplete guards. In the end, maintain invariants so that minimize ill-formed actions of the running program. (more…)
Read more »
How and why to implement Python “to string” conversion in your own classes using Python’s “repr” and “str” mechanisms and associated coding conventions.
(more…)
Read more »
Practicing my craft in public, sharing my experience along the way. Python, Kedro, JamStack, Gatsby, Data, Automation... (more…)
Read more »
With many of us around the globe under shelter in place due to COVID-19
video calls have become a lot more common. In particular, ZOOM has
controversially become very popular. Arguably Zoom’s most interesting feature
is the “Virtual Background” support wh... (more…)
Read more »