Which is faster c++ or python?
Answer / Amit Nema
In general, C++ tends to be faster than Python due to its compiled nature, which makes it more efficient in executing complex algorithms and using system resources. However, Python's simplicity and readability make it more suitable for rapid prototyping, data analysis, scripting, and other high-level tasks where speed is less critical.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are object methods?
What does the meaning of slicing in python?
What is the directory in python?
The following is displayed by a print function call?
What are the optional statements that can be used inside a <try-except> block in python?
What is polymorphism in python?
What does defined by whitespace in python?
Whenever python exists why does all the memory is not de-allocated / freed when python exits?
Is python written in python?
What is threads life cycle?
What is the difference between range() and xrange() functions in python?
Can we develop a site using python