BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//wp-events-plugin.com//7.2.3.1//EN
BEGIN:VEVENT
UID:570@lincs.fr
DTSTART;TZID=Europe/Paris:20201014T110000
DTEND;TZID=Europe/Paris:20201014T120000
DTSTAMP:20201026T084500Z
URL:https://www.lincs.fr/events/iterators-a-simple-tool-to-browse-objects-
 in-python/
SUMMARY:Iterators: A Simple Tool to Browse Objects in Python
DESCRIPTION:Iterators are simple tools to browse objects in Python. They
 define a unique interface called iteration protocol\, that enables to
 decorrelate the objects that contain the data from the object that iterates
 on data. All standard Python functions to browse objects like 'for'\,
 'while'\,  etc. are based on iterators. In this presentation\, I will
 formally present iterators\, and in particular explain why they are
 interesting and useful. I will also introduce useful concepts and modules
 related to iterators: list comprehension\, generative expressions and
 functions\, itertools.\n\n
CATEGORIES:Tools, Tips and Tricks,Working Group,Youtube
LOCATION:Paris-Rennes Room (EIT Digital)\, 23 avenue d'Italie\, 75013
 Paris\, France
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=23 avenue d'Italie\, 75013
 Paris\, France;X-APPLE-RADIUS=100;X-TITLE=Paris-Rennes Room (EIT
 Digital):geo:0,0
END:VEVENT
BEGIN:VTIMEZONE
TZID:Europe/Paris
X-LIC-LOCATION:Europe/Paris
BEGIN:DAYLIGHT
DTSTART:20200329T030000
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
END:DAYLIGHT
END:VTIMEZONE
END:VCALENDAR