search results

  1. \"Whitespace is significant in Python source code.\" No, not in general. Only the indentation level of your statements is significant (i.e. the whitespace at the very ...
    www.secnetix.de/olli/Python/block_​indentation.hawk - Cached
  2. Python indentation considered boneheaded. I’ve been using Python for maybe 4 or 5 years now. On the whole, the experience has been very positive: big pluses include ...
    www.insectnation.org/.../15/python-​indentation-considered... - Cached
  3. Question/Article of: \'Python indentation\', with 147 Comments. ... Hi, I am a beginner in Python, and am wondering what is it about the indentation
    python.itags.org/q_python_69864.html - Cached
  4. 2.1.8 Indentation Leading whitespace (spaces and tabs) at the beginning of a logical line is used to compute the indentation level of the line, which in turn is used ...
    docs.python.org/release/2.5.1/ref/​indentation.html - Cached
  5. Semantic indentation. In Python, the indentation of code affects its meaning; some people love this (because it obviates the need for delimiting braces or keywords ...
    www.emacswiki.org/emacs/IndentingPython - Cached
  6. Python uses whitespace indentation, rather than curly braces or keywords, to delimit blocks; a feature also termed the off-side rule. An increase in ...
    en.wikipedia.org/wiki/Python_​(programming_language) - Cached
    More results from en.wikipedia.org »
  7. Hi, I am a beginner in Python, and am wondering what is it about the indentation in Python, without which python scripts do not work properly.
    compgroups.net/comp.lang.python/python-​indentation/1636479 - Cached
  8. Stack Overflow is a question and answer site for professional and enthusiast programmers. It\'s 100% free, no registration required.
    stackoverflow.com/questions/4718768 - Cached
  9. The syntax of the Python programming language is the set of rules that defines how a Python program will be written and interpreted (by both the runtime system and by ...
    < DIV class=sm-url>en.wikipedia.org/wiki/Python_syntax_and_​semantics - Cached