Python is an interpreted high-level general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation.
INVENTION
Python was conceived in the late 1980s by Guido van Rossum at Centrum Wiskunde & Informatica (CWI) in the Netherlands
Python 2.0 was released on 16 October 2000,
Python 3.0 was released on 3 December 2008.
Python is meant to be an easily readable language. Its formatting is visually uncluttered, and it often uses English keywords where other languages use punctuation.
Python uses duck typing and has typed objects but untyped variable names.
Understanding the syntax of Python is great and all, and Python by itself is indeed a great language, IT HAS A LOT OF SCOPE IN UPCOMING FUTURE!!
Comments