Thursday, August 31, 2023

How Python is Extensible Embedded and Robust ?

1) Extensible programming Language

  • An extensible programming Language Means that you can Use other language in python. 
  • For e.g. → Python programming or code can be Called part of C, C++ etc. languages.


2) Embedded programming Language

  • We Can use Python Programs in any Other Language program Example we can embed Python Program anywhere.


3) Robust programming Language

  • A programming is said to be robust if an only if it always provides user-friendly error messages when end user commits mistakes at implementation level.
  • To get user friendly error messages we use exception handling feature.
  • Since python programming provides exception handling facility and hence python is one of the robust(Strong) programming language.


4) Extensive Supports for Third Party APIs

The python programming Supports  for making use of Third Party APIs(Modules) for developing the real time application with high performance with precise code.

  • First Party API : In-Built Python Libraries
  • Second Party API : Operating System Libraries
  • Third Party API : Other Vendors


FYI : In Technical Robust  Means Strong.


No comments:

Post a Comment