Posts

Showing posts from April, 2022

What is Python ? In Easy Way

1) Python is a high-level programming language (high-level programming language means any programming language that allows development of a program in a much more user-friendly. In a simple way we can say that High-level languages are human-friendly. They are, thus, very easy to understand and learn by any programmer.)  2) Python was first released in 1991.Now a days python interpreters are available for many operating systems including Windows , Linux etc.  3) Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming.  4) Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and Quick and easy application development in many areas on most platforms .