On Tue, Jul 5, 2011 at 6:00 PM, Rich Shepard <[email protected]> wrote: > I'd like to learn more about functional programming in Python than is > covered in Mark Lutz's "Learning Python." Please suggest web pages, pdf > docs, or books I should read.
Hi Rich! This may be slightly tangential to a functional Python overview, but I just had to share this slide deck on generators. I've enjoyed using the described "generators as pipeline" approach for my own log parsing duties: http://www.dabeaz.com/generators/ Love, love the practical (read: non-Fibonacci) examples. -- Dan Young _______________________________________________ Portland mailing list [email protected] http://mail.python.org/mailman/listinfo/portland
