spitfire-sidra / myapollo-issues

#utterances
0 stars 0 forks source link

zh-tw/python-typing-module/ #3

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

使用 Python typing 模組對你的同事好一點 | My.APOLLO

由於 Python 動態型別(執行階段可以任意改變變數的型別)的特性,所以很多時候開發者們都會透過變數的命名讓他人知道該變數的型別,例如: dicts = [{"key": "value"}, {"key": "values"}]複數型的 dicts 命名讓其他人在閱讀時能夠大致猜到它可能是個字典(dict)的列表(l

https://myapollo.com.tw/zh-tw/python-typing-module/

AllennLiu commented 2 years ago

路過~ typing 也可以搭配 pydantic 的 BaseModel 來驗證變數型別