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).
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