News

Working with files in Python is pretty easy. But there’s a common mistake that can sneak into your code. Not closing the file ...
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 ...