Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- MSSQL
- 보조정렬
- JavaScript
- Android
- window
- Eclipse
- xPlatform
- Java
- Kotlin
- 공정능력
- table
- hadoop
- mybatis
- SPC
- NPM
- Spring
- tomcat
- SQL
- Express
- es6
- R
- plugin
- Python
- mapreduce
- react
- IntelliJ
- SSL
- GIT
- Sqoop
- vaadin
Archives
- Today
- Total
반응형
목록뭐지? (1)
DBILITY

requests Requests is a simple, yet elegant, HTTP library. >>> import requests >>> r = requests.get('https://api.github.com/user', auth=('user', 'pass')) >>> r.status_code 200 >>> r.headers['content-type'] 'application/json; charset=utf8' >>> r.encoding 'utf-8' >>> r.text '{"type":"User"...' >>> r.json() {'disk_usage': 368627, 'private_gists': 484, ...} #image save imgRequest = requests.get(image..
python
2021. 8. 13. 11:11
반응형