Recent Posts

About Python fstring

1 minute read

Reference https://docs.python.org/3.7/reference/lexical_analysis.html#f-strings Python 기준 버전 3.7.0 Python fstring Python 3.6 에 추가된 기능으로써, 기존의 .format...

About Python docstring

1 minute read

Reference https://www.python.org/dev/peps/pep-0257/ Python 기준 버전 3.7.0

About Python Type Hint

less than 1 minute read

Reference https://www.python.org/dev/peps/pep-0484/ Python 기준 버전 3.7.0 Python Type Hint