reading-notes

401 Class 16 Reading Notes

Summary: This class is about Serverless Functions

Serverless is a cloud computing application development and execution model that enables developers to build and run application code without provisioning or managing servers or backend infrastructure.

API stands for application programming interface. In essence, an API acts as a communication layer, or as the name says, an interface, that allows different systems to talk to each other without having to understand exactly what each other does.

https://www.youtube.com/watch?v=vxJobGtqKVM

Outsourcing code

Sources:

https://realpython.com/python-api/

https://realpython.com/effective-python-environment/

ChatGPT

https://www.ibm.com/topics/serverless

https://docs.python.org/3/library/venv.html

https://vercel.com/docs/concepts/get-started/deploy

https://pymotw.com/3/http.server/index.html

https://requests.readthedocs.io/en/latest/

## Things I want to know more about APIs Setting up Envirements/Containers
*