"OIM3640: GitHub settings"
if...elif...else
for
while
list
tuple
dict
set
An API is a set of protocols, tools, and standards for building software applications, that allows different applications to communicate with each other.
Example: Let's say you want to know the current price of Bitcoin
weather.py
OIM3640/resources/code
urllib.request
.env
OPENWEATHER_API_KEY=...
python-dotenv
python -m pip install python-dotenv
import os from dotenv import load_dotenv load_dotenv() APIKEY = os.getenv("OPENWEATHER_API_KEY")
.gitignore
What is an API? In English, please.
Rapid API Comics
YouTube - What is an API and how does it work? (In plain English)
- Introduction to **API**
- Review/Exercises - Relationships between different data types - **Pair Programming**: Exercise 2.2/2.3 in Tuples