Post

For more information about nested functions realpython.com/inner-function….
English

@realpython Wasn’t there a reasonable example? This makes no sense.
English

@realpython In general, one should avoid such nesting.
One reason is that the return argument cannot be persisted easily (pickled), which makes parallel computing harder.
English

@realpython The example really doesn’t help understanding how nested functions could be helpful 😐
English
