Jacob Kaplan-Moss

Activity tagged “namespaces”

Bookmarks

Handwriting on the Sky - Export for Python

A neat idea: explicitly control which symbols a module exports. It smacks a bit of B&D programming, but could be useful.

(export, module, namespaces, python)

ElementTree: Working with Namespaces and Qualified Names

Required reading for working with namespaces and ElementTree. It's not hard, but there are a lot of details to get right.

(elementtree, namespaces, python, xml)