When one thinks of ways of customizing classes at creation time, people probably typically think of metaclasses and class decorators. Metaclasses are at typically viewed as the beginning of class creation while class decorators are at the end. But what yo... (more…)
Read more »
Fast SymSpell written in c++ and exposes to python via pybind11 - viig99/SymSpellCppPy... (more…)
Read more »
The objective is to visualize the spread of Coronavirus over time, and see if lockdown had any effect on the transmission rate using… (more…)
Read more »
I’ve been working for a while now on a bot that plays video games. I needed a way to capture the screen and send input to the game that was fast enough to let a bot interact with it in real time. I… (more…)
Read more »
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 »