Python
-
[Python] 파이썬의 철학2.IT의 나비효과/② Software 2016. 6. 22. 22:24
Python 프롬프트에 import this 라고 입력하면 그 유명한 파이썬의 철학이 나옵니다. Beautiful is better than ugly.Explicit is better than implicit.Simple is better than complex.Complex is better than complicated.Flat is better than nested.Sparse is better than dense.Readability counts.Special cases aren't special enough to break the rules.Although practicality beats purity.Errors should never pass silently.Unless explicitly ..