Reiter
In this part of the lecture, we are mostly concerned with working on multiple values efficiently, such that we don't have to write commands for each and every single value.
This chapter has the following sections:
This chapter has the following sections:
- A revisit to list comprehensions and how to use them
- How to set default values in our function head
- What are Lambda functions and how can we benefit from them
- How can we implement an Iterator
- How can we create iterables using a Generator
These are the slides for this chapter.
A presentation on Libraries, Lambda functions and Iteration