- Mastering Concurrency in Python
- Quan Nguyen
- 251字
- 2021-06-10 19:24:07
The basics of web requests
The worldwide capacity to generate data is estimated to double in size every two years. Even though there is an interdisciplinary field known as data science that is entirely dedicated to the study of data, almost every programming task in software development also has something to do with collecting and analyzing data. A significant part of this is, of course, data collection. However, the data that we need for our applications is sometimes not stored nicely and cleanly in a database—sometimes, we need to collect the data we need from web pages.
For example, web scraping is a data extraction method that automatically makes requests to web pages and downloads specific information. Web scraping allows us to comb through numerous websites and collect any data we need in a systematic and consistent manner—the collected data can be analyzed later on by our applications or simply saved on our computers in various formats. An example of this would be Google, which programs and runs numerous web scrapers of its own to find and index web pages for the search engine.
The Python language itself provides a number of good options for applications of this kind. In this chapter, we will mainly work with the requests module to make client-side web requests from our Python programs. However, before we look into this module in more detail, we need to understand some web terminology in order to be able to effectively design our applications.
- FuelPHP Application Development Blueprints
- 實戰Java程序設計
- Learning AndEngine
- STM32F0實戰:基于HAL庫開發
- Ext JS 4 Web Application Development Cookbook
- Rust Essentials(Second Edition)
- LabVIEW虛擬儀器入門與測控應用100例
- Appcelerator Titanium:Patterns and Best Practices
- 虛擬現實建模與編程(SketchUp+OSG開發技術)
- Java設計模式深入研究
- Swift High Performance
- Kotlin語言實例精解
- 現代C++語言核心特性解析
- 用Go語言自制編譯器
- 寫給設計師的技術書:從智能終端到感知交互