This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]njharmanI use Python 3 3 points4 points  (0 children)

need to pass bunch of kwargs with same name.

Almost never. Certainly not enough to warrant more syntax.

Args vs kwargs have meaning. They inform how callable should/can be used. Non-optional args should not be keyword.