Which of the following best describes Python's approach to code execution speed?
A. Emphasizing speed over readability
B. Prioritizing compilation over execution
C. Favoring execution speed over memory usage
D. Focusing on readability over speed
Python prioritizes readability and ease of development over raw execution speed.