Write the Features of Python??With full Explanation
Reward = Thanks on your All answer
Answers
In general , Python is user friendly and a high level programming language which makes it worldwide popular. Some features of Python are as follows:-.
✍ Easy-To-Learn : Due to it's simple Structure and clearly defined syntax , Ir is considered an easy to learn language.
✍ Beginners Language: At the beginning level of programming, it us considerable as it supports the development of a wide range of applications .
✍ Intergrated: It can be easily integrated with languages like C, C++ , Java , etc.
✍ Interpreted: It is an interpreted language, I.e. the code is executed line by line at a time. This makes debugging easy and is thus, suitable for Beginners.
✍ Object-oriented: Python supports object-oriented languages and the concept of classes and objects .
✍ Portability: It is portable and can run equally on different platforms such as Windows , Linux, Unix or Mac .
✍ GUI: Graphical User Interfaces can be developed using Python
Answer:
- Easy to Learn and Use
- Large Standard Library
- Expressive Language
- Interpreted Language
- Portable language
- Cross-platform Language
- Free and Open Source
- Object-Oriented Language
- Extensible
- GUI Programming Support
- Embeddable
- Dynamic Memory Allocation / Dynamically typed