Hacker News new | ask | show | jobs
by roerdhh 2911 days ago
It feels to me that the use of lambda is pretty much discouraged in Python. The preferred way to dynamically create functions seems to be an inner def.