What is Python?

Asked 20-Dec-2017
Viewed 559 times

1 Answer


0

                                                                                                                                                                            What is Python?

Python is a high-level general-purpose programming language. It's an interpreted, object-oriented and interactive programming language with integrated dynamic semantics primarily for web and app development. Python is extremely attractive in the field of expeditious Application Development because it offers dynamic typing and dynamic binding options. It's versatile scripting language which makes it attractive for Application Development. It's also an ideal language for scripting and rapid application development in many areas due to it's interpreted nature of syntax and dynamic typing. Development and debugging fast in Python because there is no compilation step included and edit-test-debug cycle is very fast in python development.

I hope it's informative for you...