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 |
Tags
- Eclipse
- Python
- Express
- xPlatform
- tomcat
- react
- MSSQL
- mybatis
- R
- table
- es6
- 공정능력
- Kotlin
- mapreduce
- vaadin
- Java
- Android
- Spring
- SPC
- JavaScript
- GIT
- SSL
- window
- NPM
- 보조정렬
- Sqoop
- plugin
- SQL
- IntelliJ
- hadoop
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
반응형