In <[EMAIL PROTECTED]>, Yi Xing wrote:

> I want to read specific lines of a huge txt file (I know the line #). 
> Each line might have different sizes. Is there a convenient and fast 
> way of doing this in Python? Thanks.

Don't know how efficient the `linecache` module in the standard library is
implemented but you might have a look at it.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to