From 041ba5a1b8031262fbd9ec08077b48e53999d16c Mon Sep 17 00:00:00 2001 From: Florian Kromer Date: Sat, 28 Nov 2020 16:31:43 +0100 Subject: [PATCH] add video FastAPI vs. Django vs. Flask (#44) add video FastAPI vs. Django vs. Flask --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4bef32..ad229d6 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ - [Building a Stock Screener with FastAPI](https://www.youtube.com/watch?v=5GorMC2lPpk) - A you build a web-based stock screener with FastAPI, you'll be introduced to many of FastAPI's features, including pydantic models, dependency injection, background tasks, and SQLAlchemy integration. - [Building Web APIs Using FastAPI](https://www.youtube.com/watch?v=Pe66M8mn-wA) - Use FastAPI to build a web application programming interface (RESTful API). - [FastAPI - A Web Framework for Python](https://www.youtube.com/watch?v=PUhio8CprhI&list=PL5gdMNl42qynpY-o43Jk3evfxEKSts3HS) - See how to do numeric validations with FastAPI. +- [FastAPI vs. Django vs. Flask](https://www.youtube.com/watch?v=9YBAOYQOzWs) - Which framework is best for Python in 2020? Which uses async/await the best? Which is the fastest? - [Serving Machine Learning Models As API with FastAPI](https://www.youtube.com/watch?v=mkDxuRvKUL8) - Build a machine learning API with FastAPI. ### Courses