Comparison of parsers in python?

Peng Yu pengyu.ut at gmail.com
Sat Sep 19 21:34:24 EDT 2009


On Sep 19, 6:05 pm, Robert Kern <robert.k... at gmail.com> wrote:
> Peng Yu wrote:
> > Hi,
>
> > I did a google search and found various parser in python that can be
> > used to parse different files in various situation. I don't see a page
> > that summarizes and compares all the available parsers in python, from
> > simple and easy-to-use ones to complex and powerful ones.
>
> Second hit for "python parser":
>
> http://nedbatchelder.com/text/python-parsers.html

This is more a less just a list of parsers. I would like some detailed
guidelines on which one to choose for various parsing problems.

Regards,
Peng



More information about the Python-list mailing list