Introduction
Python is developed by Guido Van Rossum and released in 1991. Python is high level, interpreted, general purpose programming language. It is one of the top five most used languages in the world. Currently there are 8.2 million developers who code in Python. Python is one of the most preferred languages in the field of Data Science and Artificial Intelligence.
Key Features
- Python is an interpreted language, unlike compiled languages like Java, C, C++, C#, Go etc., Python codes are executed directly even before compiling.
- Python is Dynamically typed, no need to mention type of variable before assigning. Python handles it without raising any error.
- Python codes can be executed on different software or operating systems without changing it.
- Python supports both Functional and Object oriented programming as it supports creating classes and objects.
- Python has high number of modules and frameworks support.
- Python is free and Open Source, which means it is available for free to use for everyone.
- Python is Beginner friendly as it is easy to learn, code and simple syntax.
Applications
- Web Applications
- Data Science and Artificial Intelligence
- App Development
- Game Development
- GUI Applications
Comments
Post a Comment