Python

Programming, for all ages and all languages.
Post Reply
chris

Python

Post by chris »

I had some random idea yesterday to take a look into Python. It's quite cool, and I really like it. It is my first OOP language. I would recommend it to anyone :). If interested maybe start here:

http://www.linuxjournal.com/article.php?sid=3882

Your opinions?

Please no flame wars :-\
Schol-R-LEA

Re:Python

Post by Schol-R-LEA »

An excellent language, combining many of the best qualities of Scheme and Smalltalk, but with a more conventional syntax. Very nice, clean and powerful, an excellent scripting language for programmers of all levels of expertise.
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Python

Post by Pype.Clicker »

Isn't this the language which requires proper indentation to know what is within an 'if' block and what is out of it ?
chris

Re:Python

Post by chris »

Yes, but I don't see why some people have a problem with this. The way you need to indent in Python is logical. Personaly I would have indented my code the same if the whitespace didn't matter. :)
Post Reply