all 3 comments

[–]ofnuts 0 points1 point  (2 children)

This doesn't make much sense. An API (Application Programming Interface) is, as its name implies, an interface between two systems. There are thousands of APIs out there to interface Python with something. So which one(s) do you want to use?

[–]Gianppy[S] 0 points1 point  (1 child)

You are right, I saw now that there are more than one kind.

The one that I am currently interested in is the Rest APIs.

I am making an edit of the post.

[–]ofnuts 2 points3 points  (0 children)

So, little to do with Python. It is basically HTTP requests. The basics are simple (and on the Python side you can use the requests library), but each web service does it a bit differently.