Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProjectPrometheus/Tips: Difference between revisions

From ZeroWiki
imported>Unknown
No edit summary
 
(Repair batch-0003 pages from live compare)
Line 6: Line 6:
=== HTTP GET, POST 넘기기 ===
=== HTTP GET, POST 넘기기 ===
Python 에서는 urllib 와 httplib 를 이용한다. Python document 의 httplib - examples 를 참조하면 된다.
Python 에서는 urllib 와 httplib 를 이용한다. Python document 의 httplib - examples 를 참조하면 된다.

Revision as of 00:29, 27 March 2026

ProjectPrometheus 중 나눌만한 Tip 들.

Python 에서의 한글 사용

Seminar:UsingIdle

HTTP GET, POST 넘기기

Python 에서는 urllib 와 httplib 를 이용한다. Python document 의 httplib - examples 를 참조하면 된다.