Popular recipes by Erik Anderson http://code.activestate.com/recipes/users/4155471/2008-10-10T10:53:04-07:00ActiveState Code RecipesAscii Encryptor (Python) 2008-10-10T10:53:04-07:00Erik Andersonhttp://code.activestate.com/recipes/users/4155471/http://code.activestate.com/recipes/576535-ascii-encryptor/ <p style="color: grey"> Python recipe 576535 by <a href="/recipes/users/4155471/">Erik Anderson</a> (<a href="/recipes/tags/ascii/">ascii</a>, <a href="/recipes/tags/convert/">convert</a>, <a href="/recipes/tags/encryption/">encryption</a>). </p> <p>Converts a string of characters to ascii</p> PyGoogle (Python) 2008-06-06T16:46:38-07:00Erik Andersonhttp://code.activestate.com/recipes/users/4155471/http://code.activestate.com/recipes/573447-pygoogle/ <p style="color: grey"> Python recipe 573447 by <a href="/recipes/users/4155471/">Erik Anderson</a> (<a href="/recipes/tags/shortcuts/">shortcuts</a>). </p> <p>PyGoogle searches google. The google search engine uses 'http://www.google.com/search?hl=en&amp;q=' plus whatever you are searching and replaces the spaces with '+' signs.</p>