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.

@taseroth welcome to pickle hell ✨
Nicht sicher ob noch relevant, aber schau maybe mal Richtung joblib als Alternative. #unsolicitedadvice