Popular recipes by Greg Jorgensen http://code.activestate.com/recipes/users/98048/2001-06-17T17:05:14-07:00ActiveState Code RecipesIP address conversion functions (Python)
2001-06-17T17:05:14-07:00Greg Jorgensenhttp://code.activestate.com/recipes/users/98048/http://code.activestate.com/recipes/65219-ip-address-conversion-functions/
<p style="color: grey">
Python
recipe 65219
by <a href="/recipes/users/98048/">Greg Jorgensen</a>
(<a href="/recipes/tags/network/">network</a>).
</p>
<p>Convert dotted-quad IP addresses to long integer and back, get network and host portions from an IP address.</p>
soundex algorithm (Python)
2001-03-06T16:19:41-08:00Greg Jorgensenhttp://code.activestate.com/recipes/users/98048/http://code.activestate.com/recipes/52213-soundex-algorithm/
<p style="color: grey">
Python
recipe 52213
by <a href="/recipes/users/98048/">Greg Jorgensen</a>
(<a href="/recipes/tags/algorithms/">algorithms</a>).
</p>
<p>Function to generate soundex code for any string (usually a name). Conforms to Knuth's algorithm and the common Perl implementation.</p>