BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//wp-events-plugin.com//7.2.3.1//EN
BEGIN:VEVENT
UID:724@lincs.fr
DTSTART;TZID=Europe/Paris:20221026T113000
DTEND;TZID=Europe/Paris:20221026T123000
DTSTAMP:20230124T121327Z
URL:https://www.lincs.fr/events/concurrent-programming-in-python3-using-as
 yncio/
SUMMARY:Concurrent Programming in Python3 Using Asyncio
DESCRIPTION:Asyncio is a library to write concurrent code using the
 async/await syntax. Asyncio is used as a foundation for multiple Python
 asynchronous frameworks that provide high-performance network and
 web-servers\, database connection libraries\, distributed task queues\,
 etc. This tutorial presents the concepts and the syntax related to asyncio
 through simple examples. It is mainly based on the asyncio tutorial
 provided by realpython.com.\n\n
CATEGORIES:Tools, Tips and Tricks,Working Group,Youtube
LOCATION:Telecom Paris\, 19 place Marguerite Perey\, Palaiseau\, 91120\,
 France
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=19 place Marguerite Perey\,
 Palaiseau\, 91120\, France;X-APPLE-RADIUS=100;X-TITLE=Telecom Paris:geo:0,0
END:VEVENT
BEGIN:VTIMEZONE
TZID:Europe/Paris
X-LIC-LOCATION:Europe/Paris
BEGIN:DAYLIGHT
DTSTART:20220327T030000
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
END:DAYLIGHT
END:VTIMEZONE
END:VCALENDAR