Popular recipes by David Pokorny http://code.activestate.com/recipes/users/4166601/2008-10-13T07:01:53-07:00ActiveState Code RecipesDeep rename (Python)
2008-10-13T07:01:53-07:00David Pokornyhttp://code.activestate.com/recipes/users/4166601/http://code.activestate.com/recipes/576537-deep-rename/
<p style="color: grey">
Python
recipe 576537
by <a href="/recipes/users/4166601/">David Pokorny</a>
(<a href="/recipes/tags/files/">files</a>, <a href="/recipes/tags/programs/">programs</a>).
Revision 2.
</p>
<p>Rename an identifier in all source files in a directory tree.</p>
ElementTree Wrapper (Python)
2008-09-05T13:20:42-07:00David Pokornyhttp://code.activestate.com/recipes/users/4166601/http://code.activestate.com/recipes/576445-elementtree-wrapper/
<p style="color: grey">
Python
recipe 576445
by <a href="/recipes/users/4166601/">David Pokorny</a>
(<a href="/recipes/tags/web/">web</a>, <a href="/recipes/tags/xml/">xml</a>).
Revision 12.
</p>
<p>This class wraps cElementTree.Element to make creating and serializing xml elements easier.</p>