Popular recipes by Jonathan Blakes http://code.activestate.com/recipes/users/4177368/2011-08-12T14:15:20-07:00ActiveState Code RecipesOrderedSet (Python)
2011-08-12T14:15:20-07:00Jonathan Blakeshttp://code.activestate.com/recipes/users/4177368/http://code.activestate.com/recipes/577624-orderedset/
<p style="color: grey">
Python
recipe 577624
by <a href="/recipes/users/4177368/">Jonathan Blakes</a>
.
Revision 2.
</p>
<p>Set that remembers original insertion order.</p>
Table indentation (Python)
2011-03-18T14:39:59-07:00Jonathan Blakeshttp://code.activestate.com/recipes/users/4177368/http://code.activestate.com/recipes/577615-table-indentation/
<p style="color: grey">
Python
recipe 577615
by <a href="/recipes/users/4177368/">Jonathan Blakes</a>
(<a href="/recipes/tags/text/">text</a>).
</p>
<p>A function for pretty-printing a table.</p>