[kanchilug] FastAPI - Simple Lightweight API framework

  • From: Iron Man <stark20236@xxxxxxxxx>
  • To: KanchiLUG mailing list <kanchilug@xxxxxxxxxxxxx>
  • Date: Tue, 24 Jan 2023 07:58:38 +0530

Hi All,

Yesterday I started trying to learn the FastAPI framework.
If you don't know what this is, it is a OpenSource python framework you can
use to create API with minimal code

Official website: https://fastapi.tiangolo.com/
Official Repo: https://github.com/tiangolo/fastapi

For now, I am just referring to their beginner tutorial on the official
website.
And this tutorial is well written with beginners in mind.
They explained all important aspects of it in a more clear and detailed way
which can be easily understood by beginners like me.

Link for beginner tutorial (Official website) :
https://fastapi.tiangolo.com/tutorial/

They even have an advanced tutorial on the website. But I am still sticking
with the beginner guide.

If you are looking to create some API with python, I definitely suggest you
check FastAPI

This is not a marketing or Public Relation mail. (I am not associated with
FastAPI in any way other than a learner)
Just some suggestion from one community member to other : )

Have a nice day!
If you have something similar in any open source technologies you want to
share, feel free to share it to the mailing list

-- 
Thanks and Regards,
*Parameshwar Arunachalam*
KanchiLUG Co-ordinator
Personal Email: stark20236@xxxxxxxxx
Mailing list: kanchilug@xxxxxxxxxxxxx
Repository : https://gitlab.com/kanchilug
Twitter handle: @kanchilug

Other related posts:

  • » [kanchilug] FastAPI - Simple Lightweight API framework - Iron Man