Python programs are generally expected to run slower than Java programs, but they also take much less time to develop. Python programs are typically 3-5 times shorter than equivalent Java programs . This difference can be attributed to Python’s built-in high-level data types and its dynamic typing.
Read moreHow is python better than any other language what are the major advantages of it?
Versatile, Easy to read, learn and write . User-friendly data structures. High-level language. Dynamically typed language(No need to mention data type based on the value assigned, it takes data type)
Read more