Most viewed Text recipes tagged "python"http://code.activestate.com/recipes/langs/text/tags/python/views/2015-10-16T12:11:36-07:00ActiveState Code RecipesWake On Lan for Python 3 (Text) 2011-03-14T16:31:14-07:00Jesús Gómezhttp://code.activestate.com/recipes/users/4172540/http://code.activestate.com/recipes/577609-wake-on-lan-for-python-3/ <p style="color: grey"> Text recipe 577609 by <a href="/recipes/users/4172540/">Jesús Gómez</a> (<a href="/recipes/tags/python/">python</a>, <a href="/recipes/tags/wol/">wol</a>). </p> <p>patch to upgrade <a href="http://code.activestate.com/recipes/358449-wake-on-lan/">Wake On Lan Recipe</a> that "Switches on remote computers using WOL". </p> Add function to Python's __builtin__ module through C API - makefile (Text) 2015-10-16T12:11:36-07:00airweenhttp://code.activestate.com/recipes/users/4192997/http://code.activestate.com/recipes/579111-add-function-to-pythons-__builtin__-module-through/ <p style="color: grey"> Text recipe 579111 by <a href="/recipes/users/4192997/">airween</a> (<a href="/recipes/tags/api/">api</a>, <a href="/recipes/tags/c/">c</a>, <a href="/recipes/tags/makefile/">makefile</a>, <a href="/recipes/tags/python/">python</a>). </p> <p>Makefile for add function to __builtin__ module through C API.</p> <p>C source is here:</p> <p><a href="https://code.activestate.com/recipes/579110-add-function-to-__builtin__-module-through-c-api/" rel="nofollow">https://code.activestate.com/recipes/579110-add-function-to-__builtin__-module-through-c-api/</a></p> <p>Python script is here:</p> <p><a href="https://code.activestate.com/recipes/579112-add-function-to-__builtin__-module-through-c-api-c/" rel="nofollow">https://code.activestate.com/recipes/579112-add-function-to-__builtin__-module-through-c-api-c/</a></p>