Behold the beauty of Python
Posted: Tue Oct 12, 2004 9:57 am
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.
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.