On Nested Python Functions
Introduction
There's a lot of opinions on nested (or "inner") functions in Python. RealPython.com already has a fantastic article about them, especially with respect to closures and decorators, so I won't reinvent the wheel by discussing those issues...
ohofone.hashnode.dev6 min read