Welcome,
Starlette is a lightweight ASGI framework/toolkit, which is ideal for building async web services in Python.
It is production-ready, and gives you the following:
A lightweight, low-complexity HTTP web framework.
WebSocket support.
In-process background tasks.
Startup and shutdown events.
Test client built on requests.
CORS, GZip, Static Files, Streaming responses.
Session and Cookie support.
100% test coverage.
100% type annotated codebase.
Few hard dependencies.
Compatible with asyncio and trio backends.
Great overall performance in independent benchmarks
This tutorial will get you started, we will start from the foundations and go through every basic building block of the framework which will give you a full picture of what the potential in the framework looks like. Apart from the module itself, the course is equipped with basic python tutorials and some foundational Linux which will get you started in no time.
Be a beginner or a seasoned python veteran, this course if for you to improve your skills and job security. Starlette has all the goodies for creating state-of-the-art APIs and web applications with ease. Building for performance from the ground up starlet has to offer everything that you can expect from a modern framework. The nice steep learning curve, fast development, and concise documentation allow you to troubleshoot faster and more efficiently.
Happy coding!