What good tutorials exist for learning pycURL?

ajushi picture ajushi · Jan 4, 2010 · Viewed 10k times · Source

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?

Answer

dotancohen picture dotancohen · Dec 2, 2012

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.