Python is a programming language invented by Guido van Rossum. The first version of Python was released in 1991. Python is interpreted, meaning you don't need to compile it before running it.
Python is both simple and powerful: you can write very small scripts, and thanks to its many libraries you can tackle much more ambitious projects.
- Web: Python combined with the Django framework is a great technical choice for large website projects today.
- System: Python is also often used by sysadmins for repetitive or maintenance tasks. By the way, if you want to build Java applications by coding in Python, you can — thanks to the Jython project.
Source: python.doctor
