Episode

Python for Beginners [36 of 44] Calling an API

Most every application you'll create will involve making calls to services hosted by other applications. Python allows you to call external APIs by making HTTP or REST calls.

Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPython

Sample code: https://aka.ms/PythonGettingStarted
Watch the entire series: https://aka.ms/PythonBeginnerSeries

Python