What good tutorials exist for learning pycURL? [closed]

本小妞迷上赌 提交于 2019-12-22 05:13:49

问题


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?


回答1:


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.




回答2:


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).




回答3:


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



来源:https://stackoverflow.com/questions/1997066/what-good-tutorials-exist-for-learning-pycurl

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!