Top-rated recipes tagged "bindings"http://code.activestate.com/recipes/tags/bindings/top/2010-01-21T21:24:39-08:00ActiveState Code RecipesWordze.com API bindings (Python)
2010-01-21T21:24:39-08:00Sergei Lebedevhttp://code.activestate.com/recipes/users/4172845/http://code.activestate.com/recipes/577018-wordzecom-api-bindings/
<p style="color: grey">
Python
recipe 577018
by <a href="/recipes/users/4172845/">Sergei Lebedev</a>
(<a href="/recipes/tags/api/">api</a>, <a href="/recipes/tags/bindings/">bindings</a>, <a href="/recipes/tags/wordze/">wordze</a>, <a href="/recipes/tags/wordze_com/">wordze_com</a>).
Revision 3.
</p>
<p>Just in case anyone would need the bindings, here's a very basic implementation. For some reasons, <a href="http://wordze.com" rel="nofollow">wordze.com</a> has very strict API usage limitations, so to use this efficiently, you'll probably need to cache every request-response. </p>
<p>Any comments and/or corrections are welcome. :) </p>