Popular recipes by Jeff Bauer http://code.activestate.com/recipes/users/98055/2001-03-13T20:18:13-08:00ActiveState Code RecipesRemote control with telnetlib (Python) 2001-03-11T11:29:37-08:00Jeff Bauerhttp://code.activestate.com/recipes/users/98055/http://code.activestate.com/recipes/52228-remote-control-with-telnetlib/ <p style="color: grey"> Python recipe 52228 by <a href="/recipes/users/98055/">Jeff Bauer</a> (<a href="/recipes/tags/sysadmin/">sysadmin</a>). </p> <p>Send commands to one or more logins using Python's standard telnetlib module.</p> Search and replace text in a file. (Python) 2001-03-13T20:18:13-08:00Jeff Bauerhttp://code.activestate.com/recipes/users/98055/http://code.activestate.com/recipes/52250-search-and-replace-text-in-a-file/ <p style="color: grey"> Python recipe 52250 by <a href="/recipes/users/98055/">Jeff Bauer</a> (<a href="/recipes/tags/text/">text</a>). </p> <p>A simple text search and replace program.</p> Message Passing With Socket Datagrams (Python) 2001-03-11T11:32:48-08:00Jeff Bauerhttp://code.activestate.com/recipes/users/98055/http://code.activestate.com/recipes/52218-message-passing-with-socket-datagrams/ <p style="color: grey"> Python recipe 52218 by <a href="/recipes/users/98055/">Jeff Bauer</a> (<a href="/recipes/tags/distributed/">distributed</a>). </p> <p>Sending short text messages with socket datagrams is simple to implement and provides a very lightweight message passing idiom.</p> XML-RPC with Medusa (Python) 2001-03-11T11:41:00-08:00Jeff Bauerhttp://code.activestate.com/recipes/users/98055/http://code.activestate.com/recipes/52226-xml-rpc-with-medusa/ <p style="color: grey"> Python recipe 52226 by <a href="/recipes/users/98055/">Jeff Bauer</a> (<a href="/recipes/tags/distributed/">distributed</a>). </p> <p>This section demonstrates remote method calls between two machines (or processes) using the XML-RPC protocol. A complete example of working client/server code is provided.</p> The Simplest CGI Program (Python) 2001-03-12T06:36:58-08:00Jeff Bauerhttp://code.activestate.com/recipes/users/98055/http://code.activestate.com/recipes/52220-the-simplest-cgi-program/ <p style="color: grey"> Python recipe 52220 by <a href="/recipes/users/98055/">Jeff Bauer</a> (<a href="/recipes/tags/cgi/">cgi</a>). </p> <p>The simplest CGI program. This script displays the current version of Python and the environment values.</p>