Examples ======== This section contains various examples of how to use DataService. It should give you a good overview of the library's capabilities and how to use them. This series of tutorials assumes that your are familiar with Python and have a basic understanding of web scraping, in particular with the `BeautifulSoup `_ library. Some knowledge of recursion, generators and functional programming is also helpful. Please note that the purpose of these examples is to demonstrate the capabilities of DataService, not to provide a comprehensive guide to web scraping / data gathering. .. toctree:: :maxdepth: 2 :caption: Examples: examples/http_scraper examples/http_crawler examples/browser_scraper examples/rest_client