Helpful Components
I discovered 2 helpful Python modules that will most likely prove very useful in my parsing project.
- Feedparser - This is a Python module which can parse a wide variety of the most common syndication formats. It is well documented, and seems well suited for the component I will need to take a feed and parse it according to fixed components.
- pyparsing - This module allows for the creation of grammars directly in Python code.
No comments:
Post a Comment