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
97
[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
35
[BBL] - Travel tips for beginners and how they helped me in London and Edinburgh
ckl
0
30
Personal Finances 101
ckl
0
180
Essentialism: the disciplined pursuit of less
ckl
0
42
Beginners guide to cooking: leaping from delivery apps to home-made food
ckl
0
50
Other Decks in Programming
See All in Programming
守る「だけ」の優しいEMを抜けて、 事業とチームを両方見る視点を身につけた話
maroon8021
3
260
AIコーディングの理想と現実 2026 | AI Coding: Expectations vs. Reality 2026
tomohisa
0
980
Codex の「自走力」を高める
yorifuji
0
190
Rails Girls Tokyo 18th GMO Pepabo Sponsor Talk
yutokyokutyo
0
200
atmaCup #23でAIコーディングを活用した話
ml_bear
4
730
AIプロダクト時代のQAエンジニアに求められること
imtnd
2
670
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
230
Event Storming
hschwentner
3
1.3k
NOT A HOTEL - 建築や人と融合し、自由を創り出すソフトウェア
not_a_hokuts
2
550
ふつうの Rubyist、ちいさなデバイス、大きな一年
bash0c7
0
290
Python’s True Superpower
hynek
0
200
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
7.5k
Featured
See All Featured
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
210
Winning Ecommerce Organic Search in an AI Era - #searchnstuff2025
aleyda
1
1.9k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
14k
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
370
SEO for Brand Visibility & Recognition
aleyda
0
4.3k
Code Review Best Practice
trishagee
74
20k
Ethics towards AI in product and experience design
skipperchong
2
210
Building the Perfect Custom Keyboard
takai
2
710
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.6k
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
63
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.1k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
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!