Popular recipes by Pepe Aracil http://code.activestate.com/recipes/users/4171769/2010-01-11T06:11:05-08:00ActiveState Code RecipesAltering immutable string object. (Python)
2010-01-11T06:11:05-08:00Pepe Aracilhttp://code.activestate.com/recipes/users/4171769/http://code.activestate.com/recipes/577000-altering-immutable-string-object/
<p style="color: grey">
Python
recipe 577000
by <a href="/recipes/users/4171769/">Pepe Aracil</a>
(<a href="/recipes/tags/ctypes/">ctypes</a>, <a href="/recipes/tags/immutable/">immutable</a>).
Revision 3.
</p>
<p>"Useless" alteration of immutable string object in 100% pure python. :) </p>
Thread pool (grows on demand) (Python)
2009-11-03T02:28:12-08:00Pepe Aracilhttp://code.activestate.com/recipes/users/4171769/http://code.activestate.com/recipes/576910-thread-pool-grows-on-demand/
<p style="color: grey">
Python
recipe 576910
by <a href="/recipes/users/4171769/">Pepe Aracil</a>
(<a href="/recipes/tags/threading/">threading</a>, <a href="/recipes/tags/threads/">threads</a>, <a href="/recipes/tags/thread_pool/">thread_pool</a>).
Revision 3.
</p>
<p>Thread pool that grows on demand.</p>