Penguin
Annotated edit history of Python version 10, including all changes. View license author blame.
Rev Author # Line
8 AristotlePagaltzis 1 A ProgrammingLanguage possibly best described as "the other scripting language". It forces cleaner style than its begrudged older brother [Perl] allows as the lowest common denominator.
2
3 This is a good language to learn if you only program occasionally out of necessity. (E.g. if you are a WebMonkey who needs do odd things with text, [XML] and structured data every now and then.) Those who like it find [Python] code unusually easy to read, which is good if you are returning to a script you wrote 3 months ago; and it has a very complete standard library, so you don't have to start from scratch when working on common tasks.
4
5 It is rather unusual in that indentation (leading whitespace on a line) is the only means of syntactical scoping. Not everyone appreciates this dictatorship, though it does force people to do what many seem not to have the discipline for in [Perl].
6
10 AristotlePagaltzis 7 Python's syntax succeeds in combining the mistakes of [Lisp] and [Fortran]. I do not contrue that as progress.
8 AristotlePagaltzis 8 %%% --LarryWall in [20040512161005.GB3902@wall.org | http://www.nntp.perl.org/group/perl.perl6.language/17380] (also, see [20040512155636.GA3902@wall.org | http://www.nntp.perl.org/group/perl.perl6.language/17379])
9
10 See also:
10 AristotlePagaltzis 11 * PythonNotes
8 AristotlePagaltzis 12 * [Python homepage | http://www.python.org]
13 * [Python Wiki | http://www.python.org/cgi-bin/moinmoin/]
9 MattBrown 14
8 AristotlePagaltzis 15 ----
16
17 The import script for the wiki was written in [Python], [have a look at my appauling code | http://coders.meta.net.nz/conv.py].
18
19 Note also his "appauling" spelling! ;) -- GreigMcGill
20
21 Dammit, Greig! I'm a programming, not a dictionary -- PerryLorier
22
23 Was that irony? ;) -- GreigMcGill
24
25 -----
26 CategoryProgrammingLanguages, CategoryVeryHighLevelProgrammingLanguages

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach()