Image created in Canva by the author

How to Use Python Built-In Decoration to Improve Performance Significantly

How to implement a caching mechanism in Python, and when not to use it?

--

When talking about improving Python execution performance, especially for data processing, there are too many 3rd party libraries that can help us. If we think about their mechanisms, most of them rely on optimising the…

--

--