FastAPI Python Tutorial (Part 1) – Building a Stock Screener with FastAPI
In this series, I try out FastAPI, a new Python framework built on Starlette. I show you how to build a web-based stock screener using this framework and use many of FastAPI's features, including pydantic models, dependency injection, background tasks, and SQLAlchemy integration. Full source code is available at For more tutorials, subscribe to this [...]