Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'c++,': 0.07; 'lawrence': 0.09; 'received:151': 0.09; 'wrong,': 0.09; 'python': 0.11; 'gui': 0.12; 'project,': 0.12; 'windows': 0.15; 'compiler.': 0.16; 'subject:GUI': 0.16; 'subject:programming': 0.16; 'wraps': 0.16; 'wxpython': 0.16; 'subject:python': 0.16; 'language': 0.16; 'wrote:': 0.18; 'app': 0.19; 'written': 0.21; 'coding': 0.22; 'header:User-Agent:1': 0.23; 'received:192.168.1.100': 0.24; 'compiled': 0.26; 'specially': 0.26; 'header:In-Reply-To:1': 0.27; '(like': 0.30; 'subject:please': 0.30; 'code': 0.31; 'could': 0.34; 'but': 0.35; 'c++': 0.36; 'thanks': 0.36; 'application': 0.37; 'easily': 0.37; 'somebody': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'according': 0.40; 'how': 0.40; 'free': 0.61; 'subject: ': 0.61; 'course': 0.61; 'exchange': 0.63; 'believe': 0.68; 'advise,': 0.84; 'developed.': 0.84; 'subject:want': 0.91; 'thing,': 0.91; 'choice.': 0.93; 'subject:answer': 0.95 X-Greylist: Passed host: 217.55.144.3 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-16.arcor-online.net 36FBC85F1 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1387166989; bh=AmJRdtsmwx47ql04lyQaq8Wsn3A0PdCxEiLGvAkw6A4=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ZNRPn0Lj13updQA9j3LqhtPC894/nWuFKSY+bo6OxNMB0811MEWLzmaodjPpkW998 nUE1Z4zJgyHCXe9f7PERhSPi+17OqNIeWOf8fn4jIC/I7vWCsOCJAIH+xDk/DxIFEC We067GbUN4VJ854GmRAL7RiEtWv/j6raGfKM51RA= Date: Mon, 16 Dec 2013 06:09:47 +0200 From: Tamer Higazi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: GUI:-please answer want to learn GUI programming in python , how should i proceed. References: <9f5d28ce-504d-40db-baa2-ff3699ab05c7@googlegroups.com> <52AE4A86.8040402@arcor.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 37 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387168848 news.xs4all.nl 2933 [2001:888:2000:d::a6]:37122 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61996 Hi Mark! It is an advise, in which language somebody wants to code is of course everybodys free choice. However, I believe according wxWidgets it would be better coding in the native language the system had been developed. The other thing, specially if you would make a customer project, I don't know how to pack the app written in python in an installer. Perhaps I am wrong, and you could give me in exchange an advise ?! I also believe in performance. An application written in C++, can be compiled easily on the target platform (like on windows systems) with it's native compiler. How would it be with wxPython ?! Thanks for your response Tamer On 16.12.2013 03:18, Mark Lawrence wrote: > On 16/12/2013 00:34, Tamer Higazi wrote: >> >> But to be honest, I don't believe that Python is the best choice for GUI >> development, but it's only an opinion. >> Otherwise I would advise you going into C++ and code with wxWidgets. >> >> Tamer >> > > Can you state why you prefer C++ and wxWidgets over Python and > wxPython, which wraps wxWidgets? >