Computer Science
What are some limitations of Python programming language?
Getting Started
30 Likes
Answer
Some limitations of Python programming language are:
- Not the Fastest Language — As Python is an interpreted language so its execution-times are not that fast compared to some compiled languages.
- Lesser Libraries than C, Java, Perl — Library collection of C, Java, Perl is better than Python.
- Not strong on Type-Binding — Python interpreter is not very strong on catching 'Type-Mismatch' issues.
- Not easily convertible — Translating Python programs to other languages is difficult due to its lack of syntax.
Answered By
13 Likes