On Nested Python Functions Posted on March 9, 2025 | 1259 words | AaronA discussion on the use of nested functions in Python and why you should use them. [Read More]python refactoring clean code
Api Pagination With Python Generators Posted on February 22, 2025 | 1177 words | AaronPython generators are an underutilized tool. In this article, we demonstrate how they can be used for pagination on API calls. [Read More]python api pagination generators