Popular recipes tagged "meta:loc=187"http://code.activestate.com/recipes/tags/meta:loc=187/2017-02-22T23:00:21-08:00ActiveState Code RecipesXML viewer for Tkinter or XML treeview (Python)
2017-02-22T23:00:21-08:00Miguel Martínez Lópezhttp://code.activestate.com/recipes/users/4189907/http://code.activestate.com/recipes/580752-xml-viewer-for-tkinter-or-xml-treeview/
<p style="color: grey">
Python
recipe 580752
by <a href="/recipes/users/4189907/">Miguel Martínez López</a>
(<a href="/recipes/tags/browser/">browser</a>, <a href="/recipes/tags/tkinter/">tkinter</a>, <a href="/recipes/tags/treeview/">treeview</a>, <a href="/recipes/tags/viewer/">viewer</a>, <a href="/recipes/tags/xml/">xml</a>).
Revision 3.
</p>
<p>Tk widget to display XML for Python. I use the treeview widget. There is no external dependency.I also added support for autoscrollbars.</p>
Mastermind-style code-breaking (Python)
2012-04-22T06:45:43-07:00Raymond Hettingerhttp://code.activestate.com/recipes/users/178123/http://code.activestate.com/recipes/496907-mastermind-style-code-breaking/
<p style="color: grey">
Python
recipe 496907
by <a href="/recipes/users/178123/">Raymond Hettinger</a>
(<a href="/recipes/tags/algorithms/">algorithms</a>).
Revision 2.
</p>
<p>Framework for experimenting with guessing strategies in Master-mind style games.</p>
resizable ctypes arrays (Python)
2006-03-28T23:03:58-08:00Andrew Dalkehttp://code.activestate.com/recipes/users/912777/http://code.activestate.com/recipes/475199-resizable-ctypes-arrays/
<p style="color: grey">
Python
recipe 475199
by <a href="/recipes/users/912777/">Andrew Dalke</a>
.
</p>
<p>a resizeable list-like object using ctypes arrays for the primary data storage</p>