0 votes
in Python by
Mention five benefits of using Python?

1 Answer

0 votes
by
  • Python comprises of a huge standard library for most Internet platforms like Email, HTML, etc.
  • Python does not require explicit memory management as the interpreter itself allocates the memory to new variables and free them automatically
  • Provide easy readability due to use of square brackets
  • Easy-to-learn for beginners
  • Having the built-in data types saves programming time and effort from declaring variables

Related questions

0 votes
asked Jan 1, 2021 in Python by SakshiSharma
0 votes
asked Feb 11, 2021 in Python by SakshiSharma
...