====== Python Static Type ====== * [[https://www.python.org/dev/peps/pep-0484/|PEP 484 -- Type Hints]] * [[http://mypy-lang.org/|MyPy]] Python static type checker * [[https://github.com/microsoft/pyright|pyright]] ===== 참고 ===== * [[https://blog.jetbrains.com/pycharm/2015/11/python-3-5-type-hinting-in-pycharm-5/|Python 3.5 type hinting in PyCharm 5]] * [[https://medium.com/@ageitgey/learn-how-to-use-static-type-checking-in-python-3-6-in-10-minutes-12c86d72677b|Learn How to Use Static Type Checking in Python 3.6 in 10 minutes]] * [[https://www.youtube.com/watch?v=JqBCFfiE11g|Putting Type Hints to Work - YouTube]] * [[https://sjquant.tistory.com/68|파이썬 Typing 파헤치기 - 기초편]] * [[https://sjquant.tistory.com/69|파이썬 Typing 파헤치기 - 심화편]]