As you can probably tell from the title in this post I will be toying around with python and sound to detect sound patterns. More… (more…)
Read more »
Learn how to create and implement a row level security policy with Django middleware and Django signals, allowing to limit the database rows a user can access. (more…)
Read more »
Ballpark Chasers A cross-country trip is pretty much an all-American experience, and so is baseball. (more…)
Read more »
In this tutorial, you'll learn about assignment expressions and the walrus operator. The biggest change in Python 3.8 was the inclusion of the := operator, which you can use to assign variables in the middle of expressions. You'll see several examples of ... (more…)
Read more »
Over time, how I develop applications in python has changed noticeably. I will
divide the topic into three sections and see how they tie into each other at
the end. (more…)
Read more »