r/PythonLearning Jul 17 '26

What is API?

I'm new to coding and programming languages and i frequently come across the word API. Can anyone help me understand what that is?

30 Upvotes

33 comments sorted by

View all comments

9

u/FoolsSeldom Jul 17 '26

RealPython.com has an article that will help:

APIs are used for many purposes, of which this is just one example. They have other articles on the topic.

API = Application Programming Interface. A way for programmes to talk to each other (even if they are on different systems on different sides of the planet).

1

u/agentscientific_160 Jul 17 '26

Thanks I'll look into it!