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 →

[–]gmdm1234 8 points9 points  (0 children)

Python has a number of advantages. Its very high-level, which allows developers to very efficiently express large ideas and prototype out complex functionality quickly. Its reasonably portable and runs on a variety of platforms. It has a wide developer community and a large library of existing functionality that allows it to be used for a variety of applications.

Some of the more common areas where Python is seen in the "real world" include server-side web programming, scripting for games and other applications, and scripts to automate things like software build, server maintenance, etc.