More actions
imported>Unknown No edit summary |
(Repair MoniWiki formatting after migration) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
ProjectPrometheus 중 나눌만한 Tip 들. | [[ProjectPrometheus]] 중 나눌만한 Tip 들. | ||
=== Python 에서의 한글 사용 === | === Python 에서의 한글 사용 === | ||
| Line 6: | Line 6: | ||
=== HTTP GET, POST 넘기기 === | === HTTP GET, POST 넘기기 === | ||
Python 에서는 urllib 와 httplib 를 이용한다. Python document 의 httplib - examples 를 참조하면 된다. | Python 에서는 urllib 와 httplib 를 이용한다. Python document 의 httplib - examples 를 참조하면 된다. | ||
Latest revision as of 00:34, 29 March 2026
ProjectPrometheus 중 나눌만한 Tip 들.
Python 에서의 한글 사용
Seminar:UsingIdle
HTTP GET, POST 넘기기
Python 에서는 urllib 와 httplib 를 이용한다. Python document 의 httplib - examples 를 참조하면 된다.