Thread: Perfect Python
View Single Post
Old Dec 29th, 2006, 9:19 AM   #26
MicDareall
Programmer
 
Join Date: Dec 2005
Posts: 67
Rep Power: 0 MicDareall is an unknown quantity at this point
Quote:
Originally Posted by Dietrich View Post
Has anybody explored the Python Tkinter GUI Builder (ptkgb) at:
http://sourceforge.net/projects/ptkgb/
?
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.
MicDareall is offline   Reply With Quote