开发者

What good tutorials exist for learning pycURL? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

开发者_如何学Python

Closed 7 years ago.

Improve this question

I'm planning on building my own FTP client in Python for learning purposes. I'm planning on using PycURL but the documentation seems to be lacking.

What good tutorials are there for learning pycURL?


In the time since this question was asked, a terrific PycURL tutorial was written. It covers everything from GET and POST requests to cookies and proxies.


The docs here are fine, IMHO, if you already know the C library that's getting wrapped, as documented here. I don't know how feasible it is to learn pycurl without learning libcurl previously (or concurrently).


see these Examples, the main idea and options are the same for pycurl.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜