티스토리 뷰

공부

[Python] requests

승가비 2020. 8. 10. 21:44
728x90

https://dgkim5360.tistory.com/entry/python-requests

 

Python requests 모듈 간단 정리

Python에서 HTTP 요청을 보내는 모듈인 requests를 간단하게 정리하고자 한다. 0. 기본적인 사용 방법 import requests URL = 'http://www.tistory.com' response = requests.get(URL) response.status_code respo..

dgkim5360.tistory.com

 

728x90

'공부' 카테고리의 다른 글

[Sh] convert string to date  (0) 2020.08.10
[Java] round for percent  (0) 2020.08.10
[Python] POST json  (0) 2020.08.10
[Python] mail  (0) 2020.08.10
[Django] redirect  (0) 2020.08.05
댓글