일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Algorithm
- jupyter lab
- Flutter
- docker
- Data Structure
- 다트 언어
- 깃
- HTML
- jupyter
- Unity
- c# 추상 클래스
- 포인터
- C# delegate
- c언어
- C언어 포인터
- gitlab
- Houdini
- 도커
- 유니티
- c# 윈폼
- Python
- vim
- C++
- github
- git
- 플러터
- c#
- 구조체
- c# winform
- dart 언어
Archives
- Today
- Total
nomad-programmer
[Programming/Python] FastAPI & Typer 본문
FastAPI는 정말 빠른 프레임워크이다.
그리고 FastAPI의 동생이 있는데, 그것은 바로 Typer이다.
https://fastapi.tiangolo.com/ko/
FastAPI
FastAPI FastAPI 프레임워크, 고성능, 간편한 학습, 빠른 코드 작성, 준비된 프로덕션 문서: https://fastapi.tiangolo.com 소스 코드: https://github.com/tiangolo/fastapi FastAPI는 현대적이고, 빠르며(고성능), 파이썬
fastapi.tiangolo.com
Typer
Typer, build great CLIs. Easy to code. Based on Python type hints.
typer.tiangolo.com
'Programming > Python' 카테고리의 다른 글
[Programming/Python] Poetry (0) | 2024.07.22 |
---|---|
[Programming/Python] Ruff (Rust 기반의 파이썬 린터) (0) | 2024.06.20 |
[Programming/Python] asyncio (Asynchronous I/O) 비동기 프로그래밍 (0) | 2023.02.01 |
[Programming/Python] with as에 사용할 수 있는 클래스 만들기 (0) | 2023.02.01 |
[Programming/Python] 정규표현식 (regular expression) (0) | 2023.02.01 |