Book description
Need to extract data from a text file or a web page? Or do you want to make your application more flexible with user-defined commands or search strings? Do regular expressions and lex/yacc make your eyes blur and your brain hurt?
Pyparsing could be the solution. Pyparsing is a pure-Python class library that makes it easy to build recursive-descent parsers quickly. There is no need to handcraft your own parsing state machine. With pyparsing, you can quickly create HTML page scrapers, logfile data extractors, or complex data structure or command processors. This Short Cut shows you how!
Table of contents
-
Getting Started with Pyparsing
- What Is Pyparsing?
- Basic Form of a Pyparsing Program
- "Hello, World!" on Steroids!
- What Makes Pyparsing So Special?
- Parsing Data from a Table—Using Parse Actions and ParseResults
- Extracting Data from a Web Page
- A Simple S-Expression Parser
- A Complete S-Expression Parser
- Parsing a Search String
- Search Engine in 100 Lines of Code
- Conclusion
- Index
- About the Author
Product information
- Title: Getting Started with Pyparsing
- Author(s):
- Release date: October 2007
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596514235
You might also like
book
Tiny Python Projects
The projects are tiny, but the rewards are big: each chapter in Tiny Python Projects challenges …
book
40 Algorithms Every Programmer Should Know
Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental …
video
Python Fundamentals
51+ hours of video instruction. Overview The professional programmer’s Deitel® video guide to Python development with …
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …