More elimination of redundancy with the Google Python Style Guide. The sections on Default Iterators And Operators, Generators, Using apply, filter, map, reduce, Lambda Functions, and Default Argument Values are dropped. A section on Function Arguments is added, as it appears that "Always pass positional arguments positionally and keyword arguments by keyword" hasn't yet made it into the Google Python Style Guide.