Page 1 of 1

Behold the beauty of Python

Posted: Tue Oct 12, 2004 9:57 am
by patrikG
I've been following Python on and off - every script I've seen is simply beautiful in its code-layout, simplicity, and above all, it's understandability. (Not surprising as indentation is part of Python's syntax. So one wrong indentation and you will get an error).

One example (which uses a tiny Python scriptlet):

http://lnx1.blue-fox.com/~dpopowich/mpstutorial/index

Click on View Source to see what parameters this HTML-renderer gets.

Ah, beauty in simplicity. :)

no ->

Posted: Tue Oct 12, 2004 10:16 am
by phpScott
you mean that you can reference objects and the like with dot notation like everybody else and not have to -> wow that is amazing.
Having indetation as part of the synatx would drive me bonkers as I have a hard enough time remebering my own indetation rules without having to worry about it being syntax.

That would almost seem like a syn. ha, ha get it a syn like as in sin, you know like doing bad stuff,

sorry being dealing with annoying php issues all day and a little distraction was too much for the brain.

Re: no ->

Posted: Tue Oct 12, 2004 10:21 am
by patrikG
phpScott wrote:sorry being dealing with annoying php issues all day and a little distraction was too much for the brain.
I know the feeling :)