All Pages All Books|
C++ environment
|
wxPython environment
|
||
|
Memory management handled by programmer
|
Memory management handled by Python
|
||
|
Static typing makes polymorphism difficult
|
Dynamic typing makes polymorphism easy
|
||
|
Program reflection very limited
|
Program reflection easy, allowing for powerful abstraction
|
||
|
Unable to use functions as arguments easily
|
Functions can be passed around like any other variable
|
||
|
Compilation cycle needed before each run
|
Program interpreted at runtime
|
||
All Pages All Books