(An Unofficial) Python Tutorial Wiki

putting the community back in "maintained by the community"

44hj

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.