Module: Pythonism

Defined in:
lib/pythonism.rb,
lib/pythonism/version.rb,
lib/pythonism/pythonize.rb

Overview

Namespace for Pythonism

Defined Under Namespace

Modules: Functions, Pythonize

Constant Summary collapse

ZEN_OF_PYTHON =
Note:

licensed under Public Domain

Zen of Python

"The Zen of Python, by Tim Peters\n\nBeautiful is better than ugly.\nExplicit is better than implicit.\nSimple is better than complex.\nComplex is better than complicated.\nFlat is better than nested.\nSparse is better than dense.\nReadability counts.\nSpecial cases aren't special enough to break the rules.\nAlthough practicality beats purity.\nErrors should never pass silently.\nUnless explicitly silenced.\nIn the face of ambiguity, refuse the temptation to guess.\nThere should be one-- and preferably only one --obvious way to do it.\nAlthough that way may not be obvious at first unless you're Dutch.\nNow is better than never.\nAlthough never is often better than *right* now.\nIf the implementation is hard to explain, it's a bad idea.\nIf the implementation is easy to explain, it may be a good idea.\nNamespaces are one honking great idea -- let's do more of those!\n".freeze
VERSION =

Version of Pythonism

'0.0.5'.freeze