Electron microscopy
 
Comparison between Python and C/C++
- Integrated Circuits -
- An Online Book -
Integrated Circuits                                                                                   http://www.globalsino.com/ICs/        


Chapter/Index: Introduction | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | Appendix

=================================================================================

Table 4554. Comparison between Python and C/C++.

  Python C/C++
Operation Python C/C++
Python source code is first compiled into Byte Code, and then this byte code is interpreted and executed by the Python Virtual Machine. The source code is compiled into binary code which can be directly executed by the CPU.
Complexity
Code to print "Hello"
Simpler  
  Python
More complex
  Python
Speed The compilation and execution makes Python slow with a delay time of milliseconds to few seconds Fast
Applications Soft real-time systems Hard real-time systems
Video chat, chat rooms Air Traffic Control
Can automate nearly everything Can automate everything

 

         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         

 

 

 

 

 

 

 

 

 

 

=================================================================================