0 votes
in Python by
What are the advantages of Python?

1 Answer

0 votes
by

Advantages of Python are:

  • Python is Interpreted language

Interpreted: Python is an interpreted language. It does not require prior compilation of code and executes instructions directly.

  • It is Free and open source

Free and open source: It is an open-source project which is publicly available to reuse. It can be downloaded free of cost.

  • It is Extensible

Extensible: It is very flexible and extensible with any module.

  • Object-oriented

Object-oriented: Python allows to implement the Object-Oriented concepts to build application solution.

  • It has Built-in data structure

Built-in data structure: Tuple, List, and Dictionary are useful integrated data structures provided by the language.

  • Readability
  • High-Level Language
  • Cross-platform

Portable: Python programs can run on cross platforms without affecting its performance.

Related questions

0 votes
asked Jan 3 in Python by DavidAnderson
+1 vote
asked Feb 13, 2023 in Python by rajeshsharma
...