Metaclasses for Fun and Profit - Making a Declarative GUI Implementation
EuroPython Conference via YouTube
Overview
Explore metaclasses for creating declarative GUI implementations in this 40-minute EuroPython Conference talk. Dive into Anders Hammarquist's approach to overhauling user interfaces for labeling printers using Python's metaclass concept. Learn how to leverage class hierarchies, method resolution order, and super() to build clean, declarative layouts for GTK widget structures. Discover techniques for applying metaclasses to solve problems that standard Python syntax struggles with. Gain insights into attribute order metaclasses, widget properties metaclasses, and GTK Mixins metaclasses. Compare metaclass and non-metaclass approaches, and explore practical examples of instantiating widget base classes. Access accompanying slides and example code to further enhance your understanding of this powerful Python feature for GUI development.
Syllabus
Introduction
Goal: simple GUI definition
What is a metaclass?
Metaclass methods
Metaclass wrapup
Metaclass or not comparison
Attribute order metaclass
Widget properties metaclass
Instantiating widget base class
GTK Mixins metaclass
Summary
Code and slides
Taught by
EuroPython Conference