Python - The language of the future
Introduction
When we hear the term programming language, we usually talk about high-level programming language which are those programming language having a lucid (or easy-to-read) syntax and are later converted to low-level language (binary), which is understandable by the computer. Programming language has always been an area of interest over the passing years since the very early days of 'Fortran' (created by John Backus at IBM). To this day, dozens of programming language has been created by different 'Computer Scientists' around the world.What is Python?
What is Python? Many of you will describe a large scary snake 🐍, which isn't actually wrong 😅. But here we are talking about a programming language. Similarly, Python is also a high-level and interepreted programming language created by Guido van Rossum in the late 1980s. It was first released in 1991 as a successor to ABC Programming language.
It known for it's great compatibility, easy to read syntax, free and open source code, cross-platform compatibility and versatility. As of December 2020 Python ranked third in TIOBE’s index of most popular programming languages, behind C and Java. It's main popularity arises due to it's exercise in Artificial Intelligence (AI) and Machine Learning (ML).
Disclaimer: Image taken from-Horváth & Partners
Note: To work in default in CPython Distribution(For Windows), you may install from the default Python website:
https://www.python.org/downloads/release/python-391/
©SGPython
Comments
Post a Comment