What makes Python a suitable choice for rapid prototyping and development?
A. Its extensive standard library
B. Its strict syntax rules
C. Its strong emphasis on performance
D. Its preference for compiled languages
Python's extensive standard library provides pre-built modules for various tasks, accelerating development and prototyping.