Skip to main content

Unknown parent

mastodon - Link to source
daniel:// stenberg://

@gbraad the one that is there to you help *YOU* become productive easier and faster than otherwise! 😀 (for every "you" that reads this)

I honestly cannot rate them amongst each other. I personally don't know a lot about most of them apart from having recognized their existence.

in reply to daniel:// stenberg://

I feel like we should write a REXX binding just so you can round out the numbers to an even 64.
in reply to daniel:// stenberg://

what’s a good use-case for PyCurl, etc? I use curl on the command like daily, but not sure what I would do with it in a program. I’m sure that I’m missing something.
in reply to daniel:// stenberg://

i think most people would just use requests module. maybe i'll try pycurl in future.
in reply to Ben Hayes

@benhayes everyone should use the tool they deem necessary to solve their problem
in reply to Ben Hayes

While python 3 now has decent native support for HTTP(S) with it's urllib module (which does cover 99+% of my use cases), PyCurl supports "FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3 and RTSP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more!" -- pycurl.io/

So it can solves those edge cases. It may also be useful if you hit performance or memory usage issues in your python based search spider or similar massively parallel connection applications.

Unknown parent

mastodon - Link to source
daniel:// stenberg://
@0xDEADBEEF I am not aware of any binding for cobol!