FP in Python [was: Re: why python annoys me]
Mark Pilgrim
f8dy at diveintopython.org
Sun Apr 22 17:11:42 EDT 2001
in article 3AE19990.B41D5C9D at 01019freenet.de, Oliver Korpilla at
korpo at 01019freenet.de wrote on 4/21/01 10:30 AM:
> Actually I was relying on book knowledge about Python, a book that
> especially mentions FP tools in Python but NOT list comprehension at all
> (never saw it in my books).
> Where do I get more info about it ? (part of the tutorial)
I use list comprehensions extensively in my free online book, "Dive into
Python".
Introduction to list comprehensions:
http://diveintopython.org/odbchelper_map.html
List comprehensions with filtering:
http://diveintopython.org/apihelper_filter.html
HTH.
-M
You're smart; why haven't you learned Python yet?
http://diveintopython.org/
More information about the Python-list
mailing list