I am beginning to design a small program and am considering to program it with wxWindows through wxPython. I have several questions I would greatly appreciate it if someone could answer:
1. Is there any reason to prefer wxPython over the other wxWindows ports other than a taste for Python's syntax?
2. How reliable is wxPython and how completely are the features of wxWindows ported?
3. How likely am I to encounter more bugs programming in wxPython relative to programming with wxWindows in C++?
4. How much will it affect performance to use Python instead of C++ for the GUI?