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