Python is a programming language aimed to be easy to learn. First time was released in 1991 and is influenced by C++, Java, Perl and more.
Allows object oriented programming and procedural code writing, it uses common syntax functions such as IF, FOR, WHILE, TRY, CLASS, also is using common words for boolean values (true, false) such as AND, OR, NOT.
Developers can define their own functions or use built-in ones.