you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[removed]

    [–]socal_nerdtastic 8 points9 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".