Popular recipes by Chad J. Schroeder http://code.activestate.com/recipes/users/1760491/2005-10-03T16:49:09-07:00ActiveState Code RecipesCreating a daemon the Python way (Python) 2005-10-03T16:49:09-07:00Chad J. Schroederhttp://code.activestate.com/recipes/users/1760491/http://code.activestate.com/recipes/278731-creating-a-daemon-the-python-way/ <p style="color: grey"> Python recipe 278731 by <a href="/recipes/users/1760491/">Chad J. Schroeder</a> (<a href="/recipes/tags/threads/">threads</a>). Revision 6. </p> <p>The Python way to detach a process from the controlling terminal and run it in the background as a daemon.</p> A Python-based descriptive statistical analysis tool. (Python) 2005-04-18T23:52:25-07:00Chad J. Schroederhttp://code.activestate.com/recipes/users/1760491/http://code.activestate.com/recipes/409413-a-python-based-descriptive-statistical-analysis-to/ <p style="color: grey"> Python recipe 409413 by <a href="/recipes/users/1760491/">Chad J. Schroeder</a> (<a href="/recipes/tags/programs/">programs</a>). Revision 2. </p> <p>A Python module implementing a class which can be used for computing numerical statistics for a given data set.</p>