Python alignment of assignments (style) [closed]
Best practice is subjective, but the most common practice is to stick to PEP8. I definitely don’t suggest creating dictionaries every time you want to call a function with named arguments. That’s quite wasteful. I don’t see why your original some_func call wouldn’t work. I definitely break my function calls into lines if they get … Read more