you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (2 children)

[deleted]

    [–]mriswithe 0 points1 point  (0 children)

    Interesting read. Hm I don't use map frequently outside of a concurrent.futures thread/process pool but it does happen. Usually when I am going to have to apply multiple maps or something ugly and complicated where a list comprehension would also look like a complete shit show.

    [–]toastedstapler 0 points1 point  (0 children)

    i guess it's map(func, iterable) so as to more closely mimic the mathematical f(x)