Slightly Advanced Python: Some Python Internals

Опубликовано: 09 Сентябрь 2008
на канале: Google TechTalks
54,715
182

Google Tech Talks
July 1, 2008

ABSTRACT

"Python behind the scenes": some advanced aspects of Python.

The talk addresses an audience of proficient Python programmers and deals with several advanced topics: object creation: metaclasses, new, and init - attribute lookup mechanics and descriptor objects - introspection on objects, garbage collection, stack frames, tracebacks - Python bytecode inspection and alteration.

Speaker: Alex Martelli