[Python] Notes on Backend Development Using the FastAPI Framework

Last Updated on 2023-07-03 by Clay Introduction FastAPI is a modern, high-performance Python web framework. It is based on Python 3.7+ and utilizes Python type hints. You might wonder, if you want to use Python to create a website, isn’t Flask or Django the most common choice? Why opt for FastAPI? Below, I briefly document … Continue reading [Python] Notes on Backend Development Using the FastAPI Framework