What is one of the primary goals of Python's design philosophy regarding code readability?
A. Encouraging the use of complex syntax
B. Prioritizing raw execution speed
C. Eliminating the need for documentation
D. Making code self-explanatory
Python's design philosophy aims to make code self-explanatory, reducing the need for excessive documentation.