Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 572 Bytes

File metadata and controls

10 lines (5 loc) · 572 Bytes

Using PyParsing For Web Scraping, Application Control and Data Wrangling

Presented at DC Python on April 7, 2015

In this talk you'll learn how to use pyparsing, a free Python module, to create and execute simple grammars for web scraping, application control and data wrangling. Dump the nested if statements and get parsing. Oh yes, there will be code, and lots of it, to get you started!

Disclaimer

When scraping websites one must always observe the terms of service of that website. The spider that I provide in this repo is for educational purposes only.