API’s allow external application to connect to and use cloud based services such as Facebook and Dropbox. Platforms create API’s for specific programming languages and use specific procedures to allow access to data and services.
Related Articles

*NEW
RegEx /Regular Expressions for Python (Python Part 17)
This class shows you how to use regex to match specific patterns such as email addresses, ip addresses and MAC addresses in strings

*NEW
Scraping YouTube with OpenAI (Python, ChatGPT, YouTube Transcript API)
Setup: 1-transcript.py This lab pulls the YouTube Transcript for a video and prints it out as both JSON, and plain text. 2-gpt.py This lab summarizes a YouTube video, and creates Tags using ChatGPT. 3-timecode.py This […]
Be the first to comment