Add FastAPI cheatsheet to Python cheatsheetsChange1 (#12211)

* added Fastapi cheatsheet

* fast-api cheatsheet

* fast-api-cheat-sheet
This commit is contained in:
Aryan Singh
2025-10-06 06:16:09 +05:30
committed by GitHub
parent 8325a76383
commit 00c8575292
+6
View File
@@ -42,6 +42,7 @@
* [PHP](#php)
* [Python](#python)
* [Django](#django)
* [FastAPI](#fastapi)
* [Flask](#flask)
* [Jupyter](#jupyter)
* [Numpy Pandas](#numpy-pandas)
@@ -428,6 +429,11 @@
* [(Python + Django) Cheatsheet](https://dev.to/ericchapman/my-beloved-django-cheat-sheet-2056) - Eric The Coder (HTML)
#### FastAPI
* [FastAPI Cheat Sheet](https://cheatsheetshero.com/user/all/391-fastapi-cheat-sheet.pdf) - CheatsheetsHero (PDF)
#### Flask
* [Flask Cheat Sheet](https://codeinsightacademy.com/blog/python/flask-cheat-sheet) - Code Insight Academy (HTML)