タグ

ブックマーク / www.lifewithpython.com (1)

  • Python にまつわるアイデア: PEP 20

    「 PEP 20 」とは、別名「 The Zen of Python 」(禅・オブ・パイソン)で、 Python そのものの設計における基的な考え方を表したアフォリズム集です。 Python コードの特徴である「シンプルさ」や「読みやすさ」の源泉となった考え方が、合計 19 コのことばとしてまとめられています。 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 enou

    Python にまつわるアイデア: PEP 20
  • 1