In the previous article, how to containerize a Python application, we created a Dockerfile and containerized our application from scratch. (more…)
Read more »
Despite its versatile use, Dash is nowhere a complex solution. It has merely 40 lines of Python code that works with Flask and React. (more…)
Read more »
Nerdlettering - Custom-made Mugs and Accessories for Python Developers. (Productivity, Python, and Coffee)...
Read more »
Many of the ideas I've been playing around with lately are of the distributed, secure & networked kind. Since distributed asynchronous networks are tricky beasts, I want to leverage the existing network of such nature commonly known as email. This que... (more…)
Read more »
Imagine a custom set-like data structure that doesn’t perform hashing and trades performance for tighter memory footprint. Or imagine a dict-like data structure that automatically stores data in a PostgreSQL or Redis database the moment you initialize it;... (more…)
Read more »