Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for shane (0.12 sec)

  1. docs/en/docs/python-types.md

    ## Pydantic models
    
    <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a> is a Python library to perform data validation.
    
    You declare the "shape" of the data as classes with attributes.
    
    And each attribute has a type.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 17K bytes
    - Viewed (0)
  2. docs/ko/docs/python-types.md

    <img src="/img/python-types/image06.png">
    
    ## Pydantic 모델
    
    <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a>은 데이터 검증(Validation)을 위한 파이썬 라이브러리입니다.
    
    당신은 속성들을 포함한 클래스 형태로 "모양(shape)"을 선언할 수 있습니다.
    
    그리고 각 속성은 타입을 가지고 있습니다.
    
    이 클래스를 활용하여서 값을 가지고 있는 인스턴스를 만들게 되면, 필요한 경우에는 적당한 타입으로 변환까지 시키기도 하여 데이터가 포함된 객체를 반환합니다.
    
    그리고 결과 객체에 대해서는 에디터의 도움을 받을 수 있게 됩니다.
    
    Pydantic 공식 문서 예시:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 10.5K bytes
    - Viewed (0)
Back to top