Python can be considered the easiest programming language, due to the following reasons:
No need to worry about opening and closing brackets (indention is what you need)
Easier to read, as the indentation makes it clear to understand what you are writing
Its syntax is easy to learn
You can use it as a script to be executed from the Linux terminal or Windows command prompt, to be able perform quick tasks (like, test web service or handle data in one or more files)