Description
Python is developed by Guido van Rossum. Guido van Rossum started implementing Python in 1989. Python is a very simple programming language so even if you are new to programming, you can learn python without facing any issues.
Features of Python programming language
- Readable: Python is a very readable language.
- Easy to Learn: Learning python is easy as this is a expressive and high level programming language, which means it is easy to understand the language and thus easy to learn.
- Cross platform: Python is available and can run on various operating systems such as Mac, Windows, Linux, Unix etc. This makes it a cross platform and portable language.
- Open Source: Python is a open source programming language.
- Large standard library: Python comes with a large standard library that has some handy codes and functions which we can use while writing code in Python.