I'm a PHP programmer. What module can I use in Python to do the same that cURL does?
Best Regards,
you can do the same stuff with urllib2, pycurl hasn't been updated in a while, so I wouldn't recommend it. Especially on Windows. Always better to use a native module rather than a 3rd party plugin