Why Python?

Python is simple and portable: that means python program is easy to develop, easy to understand and easy to execute and whatever we write a python program that should be understandable by any no of users.

Python is open source and freeware.

Python is platform-independent.

Python is robust, because python provides a mechanism that is exception handling mechanism which is used to handle exception.

Python is multi-threaded: that means multiple task executing simultaneously where each task is a separate independent thread.

Python is dynamically typed language, because in python we are not specifying basic data type like int, float, str etc. to define a variable. Here at the time of execution, python control understand the type based on value assigned to variable.

Python takes care of memory allocation and de-allocation on it’s own, that means the programmer need not have to allocate and de-allocate memory before constructing variables and objects. Over all we can say python handles garbage collection.

Python is considered as beginners language, because without any knowledge of any programming language, you can happily learn python.

Python supporting huge libraries that’s why python is considered as technology.

Python is easy to integrate with other languages like C, C++, JAVA etc.

Python is extensible.


About the Author



Silan Software is one of the India's leading provider of offline & online training for Java, Python, AI (Machine Learning, Deep Learning), Data Science, Software Development & many more emerging Technologies.

We provide Academic Training || Industrial Training || Corporate Training || Internship || Java || Python || AI using Python || Data Science etc






 PreviousNext