BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//wp-events-plugin.com//7.2.3.1//EN
BEGIN:VEVENT
UID:559@lincs.fr
DTSTART;TZID=Europe/Paris:20200916T110000
DTEND;TZID=Europe/Paris:20200916T120000
DTSTAMP:20200925T121041Z
URL:https://www.lincs.fr/events/collections-in-python/
SUMMARY:Collections in Python
DESCRIPTION:I will talk about collections in Python.\n\n 	Sets: set\,
 frozenset.\n 	Sequences: tuple\, named tuples\, list\, deque (we will just
 mention str and bytes).\n 	Mappings: dict\, defaultdict\, OrderedDict\,
 Counter\, ChainMap.\n\n\nI will assume at least a basic knowledge of set\,
 tuple\, list and dict.\n\n
CATEGORIES:Tools, Tips and Tricks,Working Group
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