-
[fastapi]tutorial 따라하기언어/Python 2022. 12. 16. 10:31
1. async, await?
2. Enum?
https://docs.python.org/3/library/enum.html
enum — Support for enumerations
Source code: Lib/enum.py Important: This page contains the API reference information. For tutorial information and discussion of more advanced topics, see Basic Tutorial, Advanced Tutorial, Enum Co...
docs.python.org
https://docs.python.org/3/howto/enum.html#enum-class-differences
Enum HOWTO
An Enum is a set of symbolic names bound to unique values. They are similar to global variables, but they offer a more useful repr(), grouping, type-safety, and a few other features. They are most ...
docs.python.org
반응형'언어 > Python' 카테고리의 다른 글
Fast API, client-server 데이터 받기 (0) 2022.12.28 [JSON/Python]TypeError: Object of type datetime is not JSON serializable (0) 2022.12.27 [python]log backup count (0) 2022.12.14 [python/javascript] input ID vs NAME vs VALUE (0) 2022.12.12 [pandas] dataframe 컬럼명 변경에러 (1) 2022.12.12