BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//wp-events-plugin.com//7.2.3.1//EN
BEGIN:VEVENT
UID:632@lincs.fr
DTSTART;TZID=Europe/Paris:20210526T110000
DTEND;TZID=Europe/Paris:20210526T120000
DTSTAMP:20210624T093705Z
URL:https://www.lincs.fr/events/asynchronous-programming-in-python/
SUMMARY:Asynchronous programming in Python
DESCRIPTION:By default\, in most programming languages\, input/output
 operations are blocking: the execution flow of the program is stopped while
 waiting for external data from the disk or the network.\nThis is wasteful
 as these operations can take up to multiple seconds\, and during this time
 the CPU is free for running other tasks.\nAsynchronous I/O is a set of
 techniques to enable non-blocking I/O operations and achieve greater
 concurrency levels in I/O bound programs such as web servers.\nIn this
 session\, we will introduce asynchronous programming in Python by using the
 built-in asyncio library.\n\nSlides (pdf)\n\n
CATEGORIES:Tools, Tips and Tricks,Working Group,Youtube
END:VEVENT
BEGIN:VTIMEZONE
TZID:Europe/Paris
X-LIC-LOCATION:Europe/Paris
BEGIN:DAYLIGHT
DTSTART:20210328T030000
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
END:DAYLIGHT
END:VTIMEZONE
END:VCALENDAR