The Zen of Python(파이썬의 철학) 禪

Jong·2022년 9월 25일
0

Python

목록 보기
1/3
post-thumbnail

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 silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than right now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!

파이썬의 철학을 한마디로 하자면 "가장 아름다운 하나의 답이 존재한다" 이다.

profile
데이터 분석🔍, 음악🎷, 금융📊에 관심이 많습니다.

0개의 댓글