Abstract Class is a very important concept of object-oriented programming. It is a good practice of DRY (Don’t Repeat Yourself) principle. In a large project, code duplication is approximately equal… (more…)
Read more »
For a consulting work which I did, I used python asyncio and understood the difficulty within its simple syntax. It took a quite bit of… (more…)
Read more »
I'm really excited to finally, officially, share a new(ish) project called
napari with the world.
We have been developing napari in the open
from the very first commit, but we didn't want to make any (more…)
Read more »
During the past four months, Magnum began its adventure into the Python world. Not just with some autogenerated bindings and not just with some autogenerated Sphinx docs — that simply wouldn’t be Magnum enough. Brace yourselves, this article will show you... (more…)
Read more »
A "fold" is a fundamental primitive in defining operations on data structures;
it's particularly important in functional languages where recursion is the
default tool to express repetition. In this article I'll present how left and
right folds work and ho... (more…)
Read more »