WHAT IS PYTHON
PYTHON Python: It is a general-purpose, dynamic, high-level, and interpreted programming language. It supports the Object-Oriented Programming (OOP) approach to develop applications. It is simple and easy to learn and provides many high-level data structures . It is easy to learn yet powerful and versatile, which makes it attractive for application development . It supports multiple programming paradigms, including object-oriented, imperative, functional, and procedural programming styles . It makes development and debugging fast because there is no compilation step , and the edit-test-debug cycle is quick. It is dynamic in nature because memory allocation is handled automatically. We do not need to declare data types explicitly when creating variables. FEATURES OF PYTHON Python supports object-oriented and procedural programming approaches and provides dynamic memory allocation . It is easy to learn compared to other programming languages. Its syntax is simple and similar to the ...