Y
Hacker News
new
|
ask
|
show
|
jobs
by
sdenton4
36 days ago
kwargs exists, and is rather more pythonic. Just pass the kwargs dict to a standard formatting function, et voila.
1 comments
bittumenEntity
36 days ago
Sadly, this drive towards the API design that matplotlib resembles, the raison d'etre of this library is the unusual (imho, great) API
link
bbminner
33 days ago
Could you elaborate on what exactly does such syntax provide over kwargs? To me it looks like verbatim x=a, y=b replaced by x(a)+y(b) in the argument section.
link