The official site www.python.org says:
Python is a dynamic object-oriented programming language that can be used for many kinds of software development.
It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days.
Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code. http://www.python.org
How is python language for us?
Next, you see some few python script code:
1 2 3 4 | import os import sys from os import * print "Hello !" |
The output is :
1 | Hello |
Is pretty simple.
The more useful script you see on this site: python-catalin.blogspot.com .
On this site pygame-catalin.blogspot.com, you see some many scrips with Pygame module.
The python official logo is this: