I'm just starting out as a Python programmer. While doing the Python challenge I learn a lot about the language by looking at other peoples' solutions after I've solved them myself.
I see lambda functions all over the place. They seem easy, but also a bit less readable (at least for me now).
Is there any value in using lambda functions over something else? I'd like to know if it's something worth learning this early in my learning curve!