I recently wrote about building a Django app that stores uploaded image files in bytea format in PostgreSQL. For the second post in this series, we're now going to take a look at applying a blur filter to the uploaded image using PL/Python.ย ... (more…)
Read more »
The most intuitive way of building and implementing Finite State Machines is by using Python Coroutines and in this article, we find how and why. (more…)
Read more »
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 »
The challenge You are given three piles of casino chips: white, green and black chips: the first pile contains only white chips the second pile contains only green chips the third pile contains only black chips Each day you take exactly two chips of diffe... (more…)
Read more »
Python app development tutorial - kivy introduction part 2 Want to support me here is how: ๐ฐ Patreon: ๐ฐ https://www.patreon.com/generalistprogrammer ๐บ Buy me... (more…)
Read more »