[BangPypers] How to handle files efficiently in python

Senthil Kumaran orsenthil at gmail.com
Wed Mar 23 07:27:38 CET 2011


On Wed, Mar 23, 2011 at 2:24 PM, Senthil Kumaran <orsenthil at gmail.com> wrote:
> - file IO based. Seek to end of file and do a seek in the reverse
>  direction based on a factor matching the size, and process and
>  display. ( I found a good discussing on StackOverflow after writing
>  this).

http://stackoverflow.com/questions/136168/get-last-n-lines-of-a-file-with-python-similar-to-tail

-- 
Senthil


More information about the BangPypers mailing list