issues
search
kimpro82
/
MyPractice
Born in October and learn like octopus
0
stars
0
forks
source link
Python : `Pydantic` Practice
#329
Closed
kimpro82
closed
4 days ago
kimpro82
commented
4 days ago
Pydantic
is an excellent library that contributes to improved code productivity
It provides concise representation of data structures and reduces code needed for type conversion, data validation and error handling
Therefore, we should use
Pydantic
. Let's start using it immediately