What is it?

Python is a high-level, general purposed, interpreted language, famous for its readability and practicality, created by Guido van Rossum in 1991.

It uses indentation in place of brackets to define code blocks and semi-colons is not required.

It’s widely used for building server-side apps with the Django framework and the most used language for data analysis and Machine Learning, with great libraries and frameworks to use, like scikit-learn, statsmodels, PyTorch, and so on.