mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2026-05-31 20:55:47 +00:00
Add FastAPI to Python frameworks list (#12190)
Added FastAPI to the Python section and updated the list of frameworks.
This commit is contained in:
parent
12ed9c8acd
commit
1a71ae1921
1 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue