Python으로 배우는 소프트웨어 공학 원칙
Adam Spannbauer
Machine Learning Engineer at Eastman

def function()
...
class Class:
...

"""docstrings"""
# Comments


def f(x):
"""
>>> f(x)
expected output
"""
...


Python으로 배우는 소프트웨어 공학 원칙