Python, for easy programming

Python indenting
Python code must be indented
(Monty Python at work )

Python is an interpreted language widely used, one of the easiest to learn and use.
A day is enough to start programming with Python and you can write scripts in a few hours while you need for days with other languages​​. It has powerful features such as lists, tuples, dictionaries that allow you to translate your ideas into lines of code directly.
The lists are integrated and made it a successor to the Awk and any other word processor language.

There is a version for Windows, Linux and other platforms.

The name is a tribute to the comedy group "Monty Python", but the same name snake is still became the symbol of the language.

Features

Python 3

Version 3.0 changes the syntax of the language which makes it partially incompatible with the previous ones.

Sample code

Displaying chars of a string.

s = "demo"
for c in s:
print c

Displaying elements of a list.

listdemo = [1,2,3] + [4,5]
subdemo = listdemo[1:3]
for num in subdemo:
    print num
>>> should print: 2 3 4

Documents and tools

Programming languages AspectJ - Basic - C - CIL - C++ - C++11 - C# - Dart - Eiffel - Go - Java - JavaScript - JavaFX Script - Pascal - PHP - Python - QML - Rexx - Ruby - Scala - Scriptol - Tcl - HTML - XML - XAML - XUL - SQL