| Mar | APR | May |
| 08 | ||
| 2021 | 2022 | 2023 |
COLLECTED BY
Collection: Save Page Now Outlinks
Think about deploying code as a spectrum, where on one side you build your
own server from components, hook it up to the internet with a static IP
address, connect the IP address to DNS and start serving requests. The
hardware, operating system, web server, WSGI server, etc are all completely
controlled by you. On the opposite side of the spectrum are serverless
compute platforms that take Python code and execute it without you ever
touching hardware or even knowing what operating system it runs on.
In between those extremes are levels that remove the need to worry about
hardware (virtual private servers), up through removing concerns about
web servers (platforms-as-a-service). Where you fall on the spectrum for
your deployment will depend on your own situation. Serverless is simply
the newest and most extreme of these deployment models so it is up to you
as to how much complexity you want to take on with the deployment versus
your control over each aspect of the hardware and software.
The automatic transcription API loved by Python developers.