Hey David,

Assuming , its not a continuous stream of data being written to file all
the time. you could do something like this  https://gist.github.com/4477268 .
you can enhance it and make it more pythonic. :)

Thanks,
Rahul





On Mon, Jan 7, 2013 at 5:02 PM, davidsnt <david...@gmail.com> wrote:

> No this file changes very often, like once in 5 minutes and the values are
> updated, also there is no way I can move it to a database.
>
> Regards,
> Davidsanthosh L
>
>
> On Mon, Jan 7, 2013 at 4:55 PM, Amit Sethi <amit.pureene...@gmail.com
> >wrote:
>
> > On Mon, Jan 7, 2013 at 3:52 PM, davidsnt <david...@gmail.com> wrote:
> > > Gora,
> > >
> > > Can you help me with few links that you have handy to which I can refer
> > to
> > > build a parser instead of RE
> > Can you elaborate on the idea of "build a parser" , in any case you
> > will have to use regex.
> >
> > >  I also need this app to be
> > >able to do a search in the file based on the title.
> > What kind of file are you are working with , How often does it change?
> >  It might be good move the data to a database in case file does not
> > change very often .
> >
> > --
> > A-M-I-T S|S
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers@python.org
> > http://mail.python.org/mailman/listinfo/bangpypers
> >
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to