Michał Korzycki - Python - the missing bits. Practical metaprogramming applications.

Опубликовано: 30 Октябрь 2024
на канале: PyCon PL
30
0

Michał Korzycki - Python - the missing bits. Practical metaprogramming applications.

Metaprogramming is a powerful but overlooked feature of Python. I will show how to implement some common OOP patterns in a pythonic way. I will also talk about complex database models using metaclasses.