これはThe Zen of Python の和訳です。
Pythonの禅(お作法や美学)のことです。
つまり、Pythonらしさとは何であるかが書かれています。
Python開発のために、Tim Peters氏が書きました。
Pythonインタプリタ上でimport this
と入力すると表示できます。
- PEP 20 -- The Zen of Python
- Python にまつわるアイデア: PEP 20
- プログラマが持つべき心構え (The Zen of Python)
- Python プログラミングの基本ルール (The Zen of Python)
This is a Japanese translation of "The Zen of Python"
This is Python Zen -- likes propriety and aesthetics -- .
In other words, what it means to be Python is written.
This was written by Tim Peters for Python development.
You can read it by typing import this
in the Python interpreter.