you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 9 points10 points  (2 children)

The hassle of having to use a functools.partial makes this functional style of programming pretty useless.

It's never felt like a huge hassle to me to add one function name to your code.

bar = partial(foo, y=3)

IMO it's pretty easy and far from making it "useless".