From 1a71ae1921e8a5502dea45ada21b09698e345877 Mon Sep 17 00:00:00 2001 From: Godly K Mathews <97968185+godlykmathews@users.noreply.github.com> Date: Sun, 5 Oct 2025 20:15:22 +0530 Subject: [PATCH] Add FastAPI to Python frameworks list (#12190) Added FastAPI to the Python section and updated the list of frameworks. --- courses/free-courses-en.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/courses/free-courses-en.md b/courses/free-courses-en.md index 5761435f8..c9b366e18 100644 --- a/courses/free-courses-en.md +++ b/courses/free-courses-en.md @@ -91,9 +91,10 @@ * [PLC - Programmable logic controllers](#plc---programmable-logic-controllers) * [Processing](#processing) * [Python](#python) - * [Django](#django) - * [Flask](#flask) - * [Jupyter](#jupyter) + * [Django](#django) + * [FastAPI](#fastapi) + * [Flask](#flask) + * [Jupyter](#jupyter) * [QB64](#qb64) * [R](#r) * [Redis](#redis) @@ -1594,6 +1595,11 @@ * [Try Django 3.2 - Python Web Development Tutorial Series](https://www.youtube.com/playlist?list=PLEsfXFp6DpzRMby_cSoWTFw8zaMdTEXgL) - Justin Mitchel, CodingEntrepreneurs +#### FastAPI + +* [FastAPI - A Python Framework | Full Course](https://www.youtube.com/watch?v=7t2alSnE2-I) - Bitfumes (YouTube) + + #### Flask * [Flask Fridays](https://www.youtube.com/playlist?list=PLCC34OHNcOtolz2Vd9ZSeSXWc8Bq23yEz) - Codemy.com