Penguin

Differences between version 4 and predecessor to the previous major change of Python.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Saturday, September 13, 2003 1:05:18 pm by GerwinVanDeSteeg Revert
Older page: version 2 Last edited on Monday, September 2, 2002 6:27:27 pm by JohnMcPherson Revert
@@ -1,7 +1,9 @@
 A ProgrammingLanguage. 
  
 Python is "the other scripting language". It is more elegant and better suited to larger projects than its sibling [Perl]. 
+  
+It is rather unusual in that indentation (leading whitespace) is used for syntactical scoping (ie matters). (Which contributes the making it easier to read than Perl, not that you have to work hard to make something easier to read than Perl.)  
  
 Check it out at http://www.python.org and also the Python Wiki http://www.python.org/cgi-bin/moinmoin/. 
  
 The import script for the wiki was written in python, have a look (at my appauling code): http://coders.meta.net.nz/conv.py 
@@ -10,4 +12,7 @@
  
 ''Dammit, Greig! I'm a programming, not a dictionary -- PerryLorier'' 
  
 ''Was that irony? ;) -- GreigMcGill'' 
+  
+-----  
+CategoryProgrammingLanguages