December 12, Wednesday
12:00 – 14:00
Dynamic OOP and Meta-Classes in Python
Bio-Informatics seminar
Lecturer : Mr. Guy Wiener
Lecturer homepage : http://www.cs.bgu.ac.il/~gwiener
Affiliation : CS, BGU
Location : 202/37
Host : Student Seminar
One of the more impressive and useful usages of this approach is the implementation of a meta-classes system in Python. Meta-classes are classes that create other classes as their instances. Using meta-classes lets programmers implement design patterns and aspect-oriented programming by using the programming language itself, giving a higher level of expressiveness and code re-use. In this talk I will give a short introduction to those new approaches in OOP, and present meta-OOP programming in Python, with its powers and problems.