News

Previously, Python offered the type collections.OrderedDict as a way to construct dictionaries that preserved insertion order. collections.OrderedDict is still available in the standard library ...
When we define a class PluginBase with metaclass=PluginMeta, any subclass of PluginBase will be automatically registered in the plugins list. Final thoughts on metaclasses in Python ...