| Genres: | Special Interest |
|---|
Functional programming is a style of programming that is characterized by short functions, lack of statements, and little reliance on variables. You will learn what functional programming is, and how you can apply functional programming in Python.
We will also consider several different implementations of an interactive calculator to illustrate the use of functional programming.