Current location - Health Preservation Learning Network - Slimming men and women - Why use Python to develop desktop applications?
Why use Python to develop desktop applications?
1)wxWidgets is a more elegant library than MFC. TortoiseCVS uses wxWidgets instead of MFC because it is easy to use, not for transplantation.

2)Python's object-oriented scripting language programming is suitable for rapid interface development.

3)Python has a bright future on both the server side and the client side, and can form a unified solution, which is obviously superior to Java.

4)Python desktop application can compile local code completely, which is better than dotnetwinforms.

5)Python can call Windows32 API at will, so what VC6 can do, Python can also do.