Computer Science, asked by shreyash8688, 11 months ago

What is the Python programming language?

Answers

Answered by gavenpais
1
The Python Programming Language. ... Python is an example of a high-level language; other high-level languages you might have heard of are C++, PHP, and Java.
Answered by letmeanswer12
1

Python is high-level programming language.

Explanation:

Python is a general-purpose high-level programming language. Guido van Rossum created this during 1985- 1990.

Salient features of Python Programming:

  • Python adopts functional and structured programming besides OOP.
  • Python supports scripting or can be compiled to byte-code for building large applications.
  • Python supports very high-level dynamic data types and provides dynamic type checking.
  • Python has an automatic garbage collection.
  • Python can be integrated with C, C++, COM, ActiveX, CORBA, and Java easily.
  • Python is Easy-to-learn, Easy-to-read, and Easy-to-maintain.
  • Python is Portable, Extendable, and Scalable.
  • Python has a broad standard library, provides interfaces to all major commercial databases, and supports GUI Programming.

Similar questions