Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.28 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.28 KB

TheZenOfPython_ja

これはThe Zen of Python の和訳です。

The Zen of Python とは

Pythonの禅(お作法や美学)のことです。 つまり、Pythonらしさとは何であるかが書かれています。 Python開発のために、Tim Peters氏が書きました。 Pythonインタプリタ上でimport thisと入力すると表示できます。

参考サイト

TheZenOfPython_ja

This is a Japanese translation of "The Zen of Python"

What's "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.