44hj
last updated 2 years ago by shalabh #
I restructured sections of this page. Basically I grouped together List comprehensions and Functional Programming Tools into 'Operating on Sequences'. Also added max(), min(), sum(). There are related because they all let you operate on the sequence without creating a for loop, and associated temporary variables.
I also added some content about looping over dictionary keys and values.
