2022.11.23
요즘은 참 별일없이 산다.
주로 블로그나 에세이 같은 것들을 읽는 편인데
파이썬 철학에 대해 알게 되서 남겨본다.
웃기고 멋짐!😀
D:\work\database-migration>python
Python 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:50:30) [MSC v.1933 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import this
The Zen of Python, by Tim Peters
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!
>>>
여기 해석이 마음에 듬
https://velog.io/@qlgks1/python-all-about-basic#%EA%B8%B0%EB%B3%B8-%EC%B2%A0%ED%95%99