Popular recipes by Erik Max Francis http://code.activestate.com/recipes/users/752960/2002-10-16T20:17:44-07:00ActiveState Code Recipestail -f in Python (Python) 2002-10-16T20:17:44-07:00Erik Max Francishttp://code.activestate.com/recipes/users/752960/http://code.activestate.com/recipes/157035-tail-f-in-python/ <p style="color: grey"> Python recipe 157035 by <a href="/recipes/users/752960/">Erik Max Francis</a> (<a href="/recipes/tags/files/">files</a>). </p> <p>A simple implementation of the standard UNIX utility tail -f in Python.</p> C++-like iostream syntax in Python (Python) 2002-10-16T20:13:49-07:00Erik Max Francishttp://code.activestate.com/recipes/users/752960/http://code.activestate.com/recipes/157034-c-like-iostream-syntax-in-python/ <p style="color: grey"> Python recipe 157034 by <a href="/recipes/users/752960/">Erik Max Francis</a> (<a href="/recipes/tags/files/">files</a>). </p> <p>A very simple proof-of-concept of an ostreams-like interface wrapping around file-like objects, included a demonstration of manipulators.</p>