Q:

What are the key features of Python?

0

What are the key features of Python?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer : 

  • Python is dynamically typed and garbage-collected.
  • It supports multiple programming paradigms, including procedural, object-oriented, and functional programming. You can easily integrate python with C, C++, COM, ActiveX, CORBA, and Java.
  • Python is an interpreted language. That means that, unlike languages like C and its variants, Python does not need to be compiled before it is run.
  • Python interpreters are available for many operating systems.
  • It has a large community. A global community of programmers develops and maintains CPython.
  • You can write code easily using the python but you will find it is often slower than compiled languages ( for example, C language).

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Python Interview Questions and Answers

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What type of language is python? Programming or sc... >>
<< What is Python? What are the benefits of using Pyt...