Doing more #Python recently and in general I quite like it.
And, coming from Java, I like to have self contained classes.
Just wanted to refactor something and got a 'can't pickle local object'. Turns out:The function you pass into pythons ProcessPoolExecutor needs to be a top level function.
Yeah, great design.