Lazy Objects in Python
Introduction
In the world of programming, you need to take every bit possible of efficiency out of your code. One cool technique in Python that does just that is lazy initialization. This approach waits to create objects until the very moment the're ...
abeltavares.hashnode.dev4 min read