BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//wp-events-plugin.com//7.2.3.1//EN
BEGIN:VEVENT
UID:531@lincs.fr
DTSTART;TZID=Europe/Paris:20200226T150000
DTEND;TZID=Europe/Paris:20200226T160000
DTSTAMP:20200306T084353Z
URL:https://www.lincs.fr/events/abstract-classes-in-python/
SUMMARY:Abstract Classes in Python
DESCRIPTION:An abstract class can be considered as a blueprint for other
 classes. It allows you to create a set of methods that must be created
 within any child classes built from your abstract class.  Abstract class
 provides default functionality for the subclasses. By defining an abstract
 base class\, you can define a common Application Program Interface(API) for
 a set of subclasses. This capability is especially useful in situations
 where a third-party is going to provide implementations\, such as with
 plugins in an application. It can also help you when working on a large
 team or with a large code-base where keeping all classes in your head at
 the same time is difficult or not possible.\n\nThe notebook.
CATEGORIES:Tools, Tips and Tricks,Working Group
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:STANDARD
DTSTART:20191027T020000
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
END:STANDARD
END:VTIMEZONE
END:VCALENDAR