Introduction
Sequence operators like map and filter help you change or pick items from a list easily without writing loops.
When you want to change every item in a list to something else.
When you want to keep only certain items from a list based on a rule.
When you want to process data step-by-step without creating many temporary lists.