Contribute Media
A thank you to everyone who makes this possible: Read More

PyCon 2009: About Python Namespaces (and Code Objects) (#46)

Description

About Python Namespaces (and Code Objects)

Presented at PyCon 2009

An explanation of some of the underlying concepts of Python, come learn about names and values placed in namespaces, modified by code objects and collected into modules. We'll explore namespaces using the Python interactive prompt, with graphical display of object trees using Graphviz. Also explained will be the namespace concepts of closures and early binding; how to define new objects without subclassing via use of default/curried arguments and closures.

[VIDEO HAS ISSUES: Audio buzzing, missing beginning, talk is only 15 mins (may be cut)]

Details

Improve this page