On 01/02/2019 15:36, Chris Angelico wrote:
On Sat, Feb 2, 2019 at 2:31 AM Bob Gailer <bgai...@gmail.com> wrote:

Trying to setup PHP on Windows 10  using the curl extension to run
standalone. Why? I am trying to use an API where the only coding examples
are written in PHP. My goal is to use python, and the place where I'm stuck
is: the examples use Curl to post requests; my attempts to translate this
to urllib. request have failed.


If it's an HTTP-based API, it's probably easier to translate the
examples to use the 'requests' library than to first set up PHP and
then translate everything to urllib after that.

http://docs.python-requests.org/en/master/

Feel free to post questions here of the form "here's an example of
doing something in PHP - how can I do that in Python", as that would
be 100% on topic.

ChrisA

+1 for using requests.
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to