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
C++ Crash Course
Upgrade your Code with C++ C++ is one of the most widely used languages for real-world …
book
Causal Inference in Python
How many buyers will an additional dollar of online marketing bring in? Which customers will only …
book
Learning Algorithms
When it comes to writing efficient code, every software professional needs to have an effective working …
book
Deep Learning with Python, Second Edition
Deep Learning with Python, Second Edition introduces the field of deep learning using Python and the …

