Python - Request 패키지 (Http 관련 모듈)
서론 Python을 통해 제공되는 Request패키지는 다양한 WEB http요청을 쉽게 다룰 수 있도록 도와주는 패키지입니다. 본문에서는 request 패키지를 알아보고 환경을 구축해보도록 합시다. 0.Request 패키지 관련 공식 웹 사이트 Requests: HTTP for Humans™ — Requests 2.27.1 documentation Requests: HTTP for Humans™ Release v2.27.1. (Installation) Requests is an elegant and simple HTTP library for Python, built for human beings. Behold, the power of Requests: >>> r = requests.get('https:..
2022.02.23
컴퓨터/Python
Commnet