DATA! Data is at the heart of so many programs/products. Most of the time you can actually get the data you want through some kind of API. Some are paid, but a lot of them are free!
An API is an Application Programming Interface. Basically it allows one program to ask another program for something or to do something.
There are APIs for sports, videos games, weather, basically anything you can think of. So if you have a cool idea for a program you'd like to make, but not the data, you might be able to get it for free!
Free random word API: https://random-word-form.herokuapp.com/
Free Public APIs: https://github.com/public-apis/public...
PIP Modules:
Requests - https://pypi.org/project/requests/
Thanks for watching! ❤️
Timestamps:
00:00 Intro
00:38 APIs
01:46 Random Word API
02:12 Coding
02:49 JSON
03:23 Coding
06:38 API Quotas
07:16 Want to make your own API?
07:30 Outro (Bye!)
#coding #python #api #hangman