Of all the programming styles I have learned,
dynamic programming
is perhaps the most beautiful. It can take problems that, at first glance,
look ugly and intractable, and solve the problem with clean, concise code.
Where a simplistic algorithm might acc... (more…)
Read more »
TLDR: I overview few error handling techniques (with the emphasis on Python, although I mention few other programming languages), some existing Python libraries and suggesting a
simple and clean mypy-based approach.
(more…)
Read more »
This is the fifth part of a 8 part tutorial series where we will explore a critical part of network infrastructure. In this tutorial we… (more…)
Read more »
poet - Poet helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere. (more…)
Read more »