Quote:
Originally Posted by Dietrich
|
I haven't used one but Ive used pythoncard which looks like the equivalent to it for wxPython and I love it.
As far as the topic goes, personally I find python is alot quicker to develop in. I love python. I have alot more experience in C/C++ then I do any language but I always revert back to python when I have an Idea for a program that won't be too greatly effected by the speed differences. For example the other day I wrote a fully functioning FTP client with GUI in a matter a couple hours in less then 500 lines of code using Python, wxPython and Pythoncard. It would have taken me alot longer in C/C++ as well as alot more code to tackle the same task. For me atleast, python does cut down on development time.