committed by
GitHub
1 changed files with 130 additions and 0 deletions
@ -0,0 +1,130 @@ |
|||
# ์ถ๊ฐ ๋ฐ์ดํฐ ์๋ฃํ |
|||
|
|||
์ง๊ธ๊น์ง ์ผ๋ฐ์ ์ธ ๋ฐ์ดํฐ ์๋ฃํ์ ์ฌ์ฉํ์ต๋๋ค. ์๋ฅผ ๋ค๋ฉด ๋ค์๊ณผ ๊ฐ์ต๋๋ค: |
|||
|
|||
* `int` |
|||
* `float` |
|||
* `str` |
|||
* `bool` |
|||
|
|||
ํ์ง๋ง ๋ ๋ณต์กํ ๋ฐ์ดํฐ ์๋ฃํ ๋ํ ์ฌ์ฉํ ์ ์์ต๋๋ค. |
|||
|
|||
๊ทธ๋ฆฌ๊ณ ์ง๊ธ๊น์ง์ ๊ฐ์ ๊ธฐ๋ฅ๋ค์ ์ฌ์ ํ ์ฌ์ฉํ ์ ์์ต๋๋ค. |
|||
|
|||
* ํ๋ฅญํ ํธ์ง๊ธฐ ์ง์. |
|||
* ๋ค์ด์ค๋ ์์ฒญ์ ๋ฐ์ดํฐ ๋ณํ. |
|||
* ์๋ต ๋ฐ์ดํฐ์ ๋ฐ์ดํฐ ๋ณํ. |
|||
* ๋ฐ์ดํฐ ๊ฒ์ฆ. |
|||
* ์๋ ์ด๋
ธํ
์ด์
๊ณผ ๋ฌธ์ํ. |
|||
|
|||
## ๋ค๋ฅธ ๋ฐ์ดํฐ ์๋ฃํ |
|||
|
|||
์๋์ ์ถ๊ฐ์ ์ธ ๋ฐ์ดํฐ ์๋ฃํ์ ์ฌ์ฉํ ์ ์์ต๋๋ค: |
|||
|
|||
* `UUID`: |
|||
* ํ์ค "๋ฒ์ฉ ๊ณ ์ ์๋ณ์"๋ก, ๋ง์ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ ์์คํ
์์ ID๋ก ์ฌ์ฉ๋ฉ๋๋ค. |
|||
* ์์ฒญ๊ณผ ์๋ต์์ `str`๋ก ํํ๋ฉ๋๋ค. |
|||
* `datetime.datetime`: |
|||
* ํ์ด์ฌ์ `datetime.datetime`. |
|||
* ์์ฒญ๊ณผ ์๋ต์์ `2008-09-15T15:53:00+05:00`์ ๊ฐ์ ISO 8601 ํ์์ `str`๋ก ํํ๋ฉ๋๋ค. |
|||
* `datetime.date`: |
|||
* ํ์ด์ฌ์ `datetime.date`. |
|||
* ์์ฒญ๊ณผ ์๋ต์์ `2008-09-15`์ ๊ฐ์ ISO 8601 ํ์์ `str`๋ก ํํ๋ฉ๋๋ค. |
|||
* `datetime.time`: |
|||
* ํ์ด์ฌ์ `datetime.time`. |
|||
* ์์ฒญ๊ณผ ์๋ต์์ `14:23:55.003`์ ๊ฐ์ ISO 8601 ํ์์ `str`๋ก ํํ๋ฉ๋๋ค. |
|||
* `datetime.timedelta`: |
|||
* ํ์ด์ฌ์ `datetime.timedelta`. |
|||
* ์์ฒญ๊ณผ ์๋ต์์ ์ ์ฒด ์ด(seconds)์ `float`๋ก ํํ๋ฉ๋๋ค. |
|||
* Pydantic์ "ISO 8601 ์์ฐจ ์ธ์ฝ๋ฉ"์ผ๋ก ํํํ๋ ๊ฒ ๋ํ ํ์ฉํฉ๋๋ค. <a href="https://docs.pydantic.dev/latest/concepts/serialization/#json_encoders" class="external-link" target="_blank">๋ ๋ง์ ์ ๋ณด๋ ์ด ๋ฌธ์์์ ํ์ธํ์ญ์์ค.</a>. |
|||
* `frozenset`: |
|||
* ์์ฒญ๊ณผ ์๋ต์์ `set`์ ๋์ผํ๊ฒ ์ทจ๊ธ๋ฉ๋๋ค: |
|||
* ์์ฒญ ์, ๋ฆฌ์คํธ๋ฅผ ์ฝ์ด ์ค๋ณต์ ์ ๊ฑฐํ๊ณ `set`๋ก ๋ณํํฉ๋๋ค. |
|||
* ์๋ต ์, `set`๋ `list`๋ก ๋ณํ๋ฉ๋๋ค. |
|||
* ์์ฑ๋ ์คํค๋ง๋ (JSON ์คํค๋ง์ `uniqueItems`๋ฅผ ์ด์ฉํด) `set`์ ๊ฐ์ด ๊ณ ์ ํจ์ ๋ช
์ํฉ๋๋ค. |
|||
* `bytes`: |
|||
* ํ์ค ํ์ด์ฌ์ `bytes`. |
|||
* ์์ฒญ๊ณผ ์๋ต์์ `str`๋ก ์ทจ๊ธ๋ฉ๋๋ค. |
|||
* ์์ฑ๋ ์คํค๋ง๋ ์ด๊ฒ์ด `binary` "ํ์"์ `str`์์ ๋ช
์ํฉ๋๋ค. |
|||
* `Decimal`: |
|||
* ํ์ค ํ์ด์ฌ์ `Decimal`. |
|||
* ์์ฒญ๊ณผ ์๋ต์์ `float`์ ๋์ผํ๊ฒ ๋ค๋ค์ง๋๋ค. |
|||
* ์ฌ๊ธฐ์์ ๋ชจ๋ ์ ํจํ pydantic ๋ฐ์ดํฐ ์๋ฃํ์ ํ์ธํ ์ ์์ต๋๋ค: <a href="https://docs.pydantic.dev/latest/usage/types/types/" class="external-link" target="_blank">Pydantic ๋ฐ์ดํฐ ์๋ฃํ</a>. |
|||
|
|||
## ์์ |
|||
|
|||
์์ ๋ช๋ช ์๋ฃํ์ ๋งค๊ฐ๋ณ์๋ก ์ฌ์ฉํ๋ *๊ฒฝ๋ก ์๋* ์์์
๋๋ค. |
|||
|
|||
=== "Python 3.10+" |
|||
|
|||
```Python hl_lines="1 3 12-16" |
|||
{!> ../../../docs_src/extra_data_types/tutorial001_an_py310.py!} |
|||
``` |
|||
|
|||
=== "Python 3.9+" |
|||
|
|||
```Python hl_lines="1 3 12-16" |
|||
{!> ../../../docs_src/extra_data_types/tutorial001_an_py39.py!} |
|||
``` |
|||
|
|||
=== "Python 3.8+" |
|||
|
|||
```Python hl_lines="1 3 13-17" |
|||
{!> ../../../docs_src/extra_data_types/tutorial001_an.py!} |
|||
``` |
|||
|
|||
=== "Python 3.10+ non-Annotated" |
|||
|
|||
!!! tip |
|||
Prefer to use the `Annotated` version if possible. |
|||
|
|||
```Python hl_lines="1 2 11-15" |
|||
{!> ../../../docs_src/extra_data_types/tutorial001_py310.py!} |
|||
``` |
|||
|
|||
=== "Python 3.8+ non-Annotated" |
|||
|
|||
!!! tip |
|||
Prefer to use the `Annotated` version if possible. |
|||
|
|||
```Python hl_lines="1 2 12-16" |
|||
{!> ../../../docs_src/extra_data_types/tutorial001.py!} |
|||
``` |
|||
|
|||
ํจ์ ์์ ๋งค๊ฐ๋ณ์๊ฐ ๊ทธ๋ค๋ง์ ๋ฐ์ดํฐ ์๋ฃํ์ ๊ฐ์ง๊ณ ์์ผ๋ฉฐ, ์๋ฅผ ๋ค์ด, ๋ค์๊ณผ ๊ฐ์ด ๋ ์ง๋ฅผ ์กฐ์ํ ์ ์์์ ์ฐธ๊ณ ํ์ญ์์ค: |
|||
|
|||
=== "Python 3.10+" |
|||
|
|||
```Python hl_lines="18-19" |
|||
{!> ../../../docs_src/extra_data_types/tutorial001_an_py310.py!} |
|||
``` |
|||
|
|||
=== "Python 3.9+" |
|||
|
|||
```Python hl_lines="18-19" |
|||
{!> ../../../docs_src/extra_data_types/tutorial001_an_py39.py!} |
|||
``` |
|||
|
|||
=== "Python 3.8+" |
|||
|
|||
```Python hl_lines="19-20" |
|||
{!> ../../../docs_src/extra_data_types/tutorial001_an.py!} |
|||
``` |
|||
|
|||
=== "Python 3.10+ non-Annotated" |
|||
|
|||
!!! tip |
|||
Prefer to use the `Annotated` version if possible. |
|||
|
|||
```Python hl_lines="17-18" |
|||
{!> ../../../docs_src/extra_data_types/tutorial001_py310.py!} |
|||
``` |
|||
|
|||
=== "Python 3.8+ non-Annotated" |
|||
|
|||
!!! tip |
|||
Prefer to use the `Annotated` version if possible. |
|||
|
|||
```Python hl_lines="18-19" |
|||
{!> ../../../docs_src/extra_data_types/tutorial001.py!} |
|||
``` |
Loadingโฆ
Reference in new issue