Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #12436
| From | "Waldek M." <wm@localhost.localdomain> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Help parsing a text file |
| Date | 2011-08-30 13:50 +0200 |
| Organization | Mojito.pl |
| Message-ID | <1mpbiyq718zub.dlg@localhost.localdomain> (permalink) |
| References | <j3glai$1mu$1@dont-email.me> <mailman.556.1314651909.27778.python-list@python.org> |
On Mon, 29 Aug 2011 23:05:23 +0200, Thomas Jollans wrote: > A name that is often thrown around on this list for this kind of > question is pyparsing. Now, I don't know anything about it myself, but > it may be worth looking into. Definitely. I did use it and even though it's not perfect - it's very useful indeed. Due to it's nature it is not a demon of speed when parsing complex and big structures, so you might want to keep it in mind. But I whole-heartedly recommend it. Br. Waldek
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Help parsing a text file William Gill <noreply@domain.invalid> - 2011-08-29 14:21 -0400
Re: Help parsing a text file Philip Semanchuk <philip@semanchuk.com> - 2011-08-29 14:31 -0400
Re: Help parsing a text file William Gill <nospam@domain.invalid> - 2011-08-29 14:56 -0400
Re: Help parsing a text file Thomas Jollans <t@jollybox.de> - 2011-08-29 23:05 +0200
Re: Help parsing a text file "Waldek M." <wm@localhost.localdomain> - 2011-08-30 13:50 +0200
Re: Help parsing a text file Tim Roberts <timr@probo.com> - 2011-08-30 22:37 -0700
Re: Help parsing a text file JT <james.thornton@gmail.com> - 2011-09-01 10:58 -0700
Re: Help parsing a text file William Gill <nospam@domain.invalid> - 2011-09-01 14:38 -0400
csiph-web