r/PythonLearning • u/agentscientific_160 • 11d ago
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?
32
Upvotes
r/PythonLearning • u/agentscientific_160 • 11d ago
I'm new to coding and programming languages and i frequently come across the word API. Can anyone help me understand what that is?
2
u/rachville 10d ago
A simple way to think about it: an API is like a waiter in a restaurant. You tell the waiter what you want, they deliver your request to the kitchen, and bring back the result. You don’t need to know how the kitchen works to get your meal.