Abstract Algorithms
Abstract Algorithms

Follow
Abstract Algorithms
Home

Topic

functions

2 articles

Functions in Python: Parameters, Return Values, and Scope

TLDR: Python functions are first-class objects, not just reusable blocks. They support keyword arguments, safe defaults with None, variadic *args/**kwargs, closures, and LEGB scope resolution. These f

Apr 19, 2026โ€ข22 min read

Decorators Explained: From Functions to Frameworks

๐Ÿ“– The Copy-Paste Crisis: When Timing Code Invades Twenty Functions Sofia is three months into her first Python backend role. The team runs a performance review and discovers the data-processing API i

Apr 19, 2026โ€ข24 min read

Abstract Algorithms ยท ยฉ 2026 ยท Engineering learning lab