“¿Por qué C es C más rápido que Python?” Código de respuesta

¿Por qué C es C más rápido que Python?

C/C++ is relatively fast as compared to Python because when you run 
the Python script, its interpreter will interpret the script 
line by line and generate output but in C, the compiler will first compile it 
and generate an output which is optimized with respect to the hardware and OS.
VasteMonde

¿Por qué C es C más rápido que Python?

C/C++ is relatively fast as compared to Python because when you run the Python script, 
its interpreter will interpret the script line by line and generate output but in C, 
the compiler will first compile it and generate an output which is optimized with respect to the hardware.
Real Raccoon

Respuestas similares a “¿Por qué C es C más rápido que Python?”

Preguntas similares a “¿Por qué C es C más rápido que Python?”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código