profile picture

1 pages tagged with "fastapi"

Python FastAPI tutorial - Part 1

August 08, 2020 - 317 words - 2 mins
This will be series of tutorials on Python's FastAPI, which is a fast, easy and fun to code rest api framework in Python. As per their website, FastAPI is as fast as Go and NodeJS (thanks to Starlette and Pydantic), it uses Python standard type hints for validation. And this in turn enables great ed… read more