On Feb 18, 7:35 pm, Dave Cook <[EMAIL PROTECTED]> wrote: > On 2007-02-16, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > i have read about Python, Ruby and Visual C++. but i want to go > > through with GUI based programming language like VB.net > > You might take a look athttp://dabodev.com > > Dave Cook
Learn python, and then learn wxpython (python binding of wxWidgets). wxWidgets is one of the most extensive and well built gui tools (in my opinion) and is easier to implement in python than C++ (also my opinion). The only reason I can see for using C++ over Python for gui building is if for some obscure reason Python wasn't fast enough. On the other hand, this brings up the argument of which is faster: Python or C++ ;) so let's not get into that. Python + WxPython = Good Language with Good GUI Toolkit. Cheers, Jordan -- http://mail.python.org/mailman/listinfo/python-list