INTRODUCTION TO PYTHON
Python is a high-level, interpreted, general-purpose, dynamic programming language. Python possesses a property of code termed reusability. The syntax of python programs can express concepts in fewer lines as compared to programs in C, C++ and JAVA. Python can be used in multiple programming styles, including Object-Oriented, Functional programming, Procedural Programming and Imperative styles. It also supports automatic memory management and has a large standard library and innumerous set of third party libraries. Python can be used on almost every operating system because its interpreter is available for many operating systems. It is a free and open- source software(Open-source software is a kind of computer software in which the source code of the software is made public, i.e., the copyright holder gives rights to everyone to read, change and distribute the code for any purpose ). KEY FEATURES OF PYTHON · The code writt...