Has anyone ever used Python? I used to hear a lot of good things about it, but never got around to looking into it properly. Anyone know of any good 'starter' sites?
WebRookie
5:14 pm on Mar 26, 2001 (gmt 0)
Hi sugarkane. I'm not a Python programmer but this looks like it may be helpful. (BTW, I'm not affiliated with this site):
Free online book and tutorial, downloadable in various formats.
jhee
5:21 pm on Apr 3, 2001 (gmt 0)
Excellent site!
How much Python is used? Is common?
Page says Pythos good for CGI programming. Is code clean?
-jhee
sugarkane
10:17 pm on Apr 3, 2001 (gmt 0)
I've heard that Python is the language behind Yahoo, and I've heard many people rave about it but never tried it myself.
As far as clean code goes - Python forces you to use indentation when writing scripts, which would tend to encourage good coding style. Beyond this I'm not really sure...