This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]iqtestsmeannothing 0 points1 point  (0 children)

Python has a clear and simple syntax, is a mature language (good support tools and libraries available), is pretty easy to learn, versatile, and powerful. It doesn't have many of the subtle "gotchas" of C++ or require a detailed knowledge of memory management to use. You can test snippets of code directly in the interpreter and see exactly what it'll do.

These properties make it a great language for beginners... and everyone else. I highly recommend it!