Description:
This column continues Davids introduction to functional programming (FP) in Python. Enjoy this introduction to different paradigms of program problem-solving, where David demonstrates several intermediate and advanced FP concepts. As suggested, an object is a piece of data with procedures attached to it... A closure is a procedure with a piece of data attached to it.
|