[Python-talk] PySIG next week. 27 Aug 2009 (heh, Re: Speaking of oops.)

Lloyd Kvam python at venix.com
Wed Aug 26 16:48:31 EDT 2009


On Wed, 2009-08-26 at 16:09 -0400, Paul Lussier wrote:
> Kent Johnson <kent37 at tds.net> writes:
> 
> > On Thu, Aug 20, 2009 at 2:31 PM, Bill Sconce<sconce at in-spec-inc.com> wrote:
> >
> >> Maybe or maybe not Kent will KK. :)
> >
> > I could give an informal talk about itertools.
> 
> What's itertools ?

(pasted from the docs)
This module implements a number of iterator building blocks inspired by
constructs from APL, Haskell, and SML. Each has been recast in a form
suitable for Python.

The module standardizes a core set of fast, memory efficient tools that
are useful by themselves or in combination. Together, they form an
“iterator algebra” making it possible to construct specialized tools
succinctly and efficiently in pure Python.

http://docs.python.org/library/itertools.html

> 
> --
> Paul
> _______________________________________________
> Python-talk mailing list
> Python-talk at dlslug.org
> http://dlslug.org/mailman/listinfo/python-talk
-- 
Lloyd Kvam
Venix Corp
DLSLUG/GNHLUG library
http://dlslug.org/library.html
http://www.librarything.com/catalog/dlslug
http://www.librarything.com/rsshtml/recent/dlslug
http://www.librarything.com/rss/recent/dlslug



More information about the Python-talk mailing list