Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
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
92
[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
33
[BBL] - Travel tips for beginners and how they helped me in London and Edinburgh
ckl
0
27
Personal Finances 101
ckl
0
150
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
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
560
AI時代のソフトウェア開発を考える(2025/07版) / Agentic Software Engineering Findy 2025-07 Edition
twada
PRO
91
30k
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
220
なぜ「共通化」を考え、失敗を繰り返すのか
rinchoku
1
650
効率的な開発手段として VRTを活用する
ishkawa
0
140
iOS 26にアップデートすると実機でのHot Reloadができない?
umigishiaoi
0
130
ふつうの技術スタックでアート作品を作ってみる
akira888
1
890
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
5
1.6k
システム成長を止めない!本番無停止テーブル移行の全貌
sakawe_ee
1
210
Hack Claude Code with Claude Code
choplin
4
2.2k
ISUCON研修おかわり会 講義スライド
arfes0e2b3c
1
450
GPUを計算資源として使おう!
primenumber
1
120
Featured
See All Featured
Being A Developer After 40
akosma
90
590k
4 Signs Your Business is Dying
shpigford
184
22k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Rails Girls Zürich Keynote
gr2m
95
14k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
KATA
mclloyd
30
14k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
How GitHub (no longer) Works
holman
314
140k
Music & Morning Musume
bryan
46
6.6k
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!