Popular recipes by Guyon Morée http://code.activestate.com/recipes/users/2475983/2005-06-08T08:28:10-07:00ActiveState Code RecipesSplitting up a sequence (Python)
2005-06-08T08:28:10-07:00Guyon Moréehttp://code.activestate.com/recipes/users/2475983/http://code.activestate.com/recipes/425044-splitting-up-a-sequence/
<p style="color: grey">
Python
recipe 425044
by <a href="/recipes/users/2475983/">Guyon Morée</a>
(<a href="/recipes/tags/algorithms/">algorithms</a>).
Revision 4.
</p>
<p>Split up a sequence in same-size(if possible) parts.</p>
Simple Threaded XML-RPC Server (Python)
2005-06-08T08:26:29-07:00Guyon Moréehttp://code.activestate.com/recipes/users/2475983/http://code.activestate.com/recipes/425043-simple-threaded-xml-rpc-server/
<p style="color: grey">
Python
recipe 425043
by <a href="/recipes/users/2475983/">Guyon Morée</a>
(<a href="/recipes/tags/distributed/">distributed</a>).
Revision 3.
</p>
<p>Make the standard-lib SimpleXMLRPCServer multi-threaded by using a simple mix-in construction.</p>
Easy binary2decimal and decimal2binary (Python)
2005-06-08T02:51:29-07:00Guyon Moréehttp://code.activestate.com/recipes/users/2475983/http://code.activestate.com/recipes/425080-easy-binary2decimal-and-decimal2binary/
<p style="color: grey">
Python
recipe 425080
by <a href="/recipes/users/2475983/">Guyon Morée</a>
(<a href="/recipes/tags/algorithms/">algorithms</a>).
</p>
<p>Converting binary numbers to decimal and vice-versa in the most straightforward way.</p>