$30 off During Our Annual Pro Sale. View Details »
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
[BBL] Fast API
Search
Cheesecake Labs
March 03, 2021
Programming
0
94
[BBL] Fast API
Caker: Matheus Fernandes
Cheesecake Labs
March 03, 2021
Tweet
Share
More Decks by Cheesecake Labs
See All by Cheesecake Labs
Recording a song can be a lot like developing an app!
ckl
0
34
[BBL] - Travel tips for beginners and how they helped me in London and Edinburgh
ckl
0
28
Personal Finances 101
ckl
0
170
Essentialism: the disciplined pursuit of less
ckl
0
41
Beginners guide to cooking: leaping from delivery apps to home-made food
ckl
0
50
Other Decks in Programming
See All in Programming
DSPy Meetup Tokyo #1 - はじめてのDSPy
masahiro_nishimi
1
160
Microservices Platforms: When Team Topologies Meets Microservices Patterns
cer
PRO
1
1k
從冷知識到漏洞,你不懂的 Web,駭客懂 - Huli @ WebConf Taiwan 2025
aszx87410
2
2.3k
30分でDoctrineの仕組みと使い方を完全にマスターする / phpconkagawa 2025 Doctrine
ttskch
3
830
ViewファーストなRailsアプリ開発のたのしさ
sugiwe
0
450
AIコーディングエージェント(NotebookLM)
kondai24
0
180
Integrating WordPress and Symfony
alexandresalome
0
150
Full-Cycle Reactivity in Angular: SignalStore mit Signal Forms und Resources
manfredsteyer
PRO
0
130
JETLS.jl ─ A New Language Server for Julia
abap34
1
370
TUIライブラリつくってみた / i-just-make-TUI-library
kazto
1
380
手軽に積ん読を増やすには?/読みたい本と付き合うには?
o0h
PRO
1
170
CSC509 Lecture 14
javiergs
PRO
0
220
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
698
190k
Facilitating Awesome Meetings
lara
57
6.7k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
Building Applications with DynamoDB
mza
96
6.8k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.4k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
The Language of Interfaces
destraynor
162
25k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
[SF Ruby Conf 2025] Rails X
palkan
0
510
A designer walks into a library…
pauljervisheath
210
24k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.8k
The World Runs on Bad Software
bkeepers
PRO
72
12k
Transcript
FAST API high performance, easy to learn, fast to code,
ready for production
FastAPI is a modern, fast (high-performance), web framework for building
APIs with Python 3.6+ based on standard Python type hints. Created and maintained by Sebastián Ramírez @tiangolo What is Fast API
None
• Based on open standards ◦ OpenAPI • Automatic docs
◦ Swagger ◦ ReDoc • Just Modern Python ◦ Python 3.6 type declarations • Editor support • Validation • Security and authentication • Dependency Injection • Unlimited "plug-ins" • Tested • All Pydantic features Fast API Features
None
Type Hints
Type Hints
Hello World!
None
Live Coding
Path Parameters
Query Parameters
Header Parameters
Request Body
Body Nested Models
Response model
Response Status
Handling Errors
Testing
Thank you!