Sponsored
Reserved space — layout preview until AdSense is connected
Functions & Closures
medium
Function composition
Return a function that applies f after g: compose(f, g)(x) == f(g(x)).
functional
closures
higher-order
+20 pts
18m
Functions & Closures
hard
Curry a function
Auto-curry any multi-argument function so it returns partial applications until fully saturated.
functional
closures
inspect
+35 pts
30m
Advanced Python
hard
Data pipeline
Implement a Pipeline class supporting pipe chaining with the | operator.
functional
OOP
pipeline
+40 pts
35m
Showing 3 challenges