[BangPypers] How to handle files efficiently in python
Anand Balachandran Pillai
abpillai at gmail.com
Wed Mar 23 09:14:32 CET 2011
http://code.google.com/p/pytailer/
It uses an implementation very similar to the popular answer
on the stack over flow link.
--Anand
On Wed, Mar 23, 2011 at 11:57 AM, Senthil Kumaran <orsenthil at gmail.com>wrote:
> 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
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
--
--Anand
More information about the BangPypers
mailing list