Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'languages,': 0.04; 'subject:Python': 0.06; 'c++,': 0.07; 'deployed': 0.07; 'dev': 0.07; 'executable': 0.09; 'python': 0.11; 'archive': 0.14; 'windows': 0.15; 'burak': 0.16; 'c++.': 0.16; "dll's": 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'menu.': 0.16; 'folder': 0.16; 'wrote:': 0.18; 'app': 0.19; 'fit': 0.20; 'putting': 0.22; 'installation': 0.23; 'header:User-Agent:1': 0.23; 'skip:% 10': 0.24; 'fine': 0.24; 'script': 0.25; 'second': 0.26; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'am,': 0.29; 'there.': 0.32; "i'd": 0.34; 'possible.': 0.35; 'but': 0.35; 'there': 0.35; 'c++': 0.36; 'doing': 0.36; 'half': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'most': 0.60; 'full': 0.61; 'back': 0.62; 'home': 0.69; 'enjoy': 0.71; 'day': 0.76; 'exclusive': 0.81 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Thu, 21 Aug 2014 09:51:35 -0600 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131118 Thunderbird/17.0.11 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python vs C++ References: <53F5F682.3010208@arskom.com.tr> In-Reply-To: <53F5F682.3010208@arskom.com.tr> Content-Type: text/plain; charset=ISO-8859-1 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1408636310 news.xs4all.nl 2913 [2001:888:2000:d::a6]:45806 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76742 On 08/21/2014 07:39 AM, Burak Arslan wrote: > For my day job, I chose Qt on C++ for a classic desktop app that needs > to be deployed on Windows (among other platforms) with an installation > package that is as small as possible. > > All I need to do deployment-wise is to create an NSIS script putting a > couple of DLL's and my executable in a folder in %ProgramFiles% and a > shortcutin start menu. The full package is 5 megs and the update archive > is pushing half a megabyte. > > I was also back to C++ after a number of years of exclusive web dev with > Python and Javascript. C++11 is just *sweet*, I'd never imagined I'd > enjoy doing non-computer-sciencey work with C++. Definitely second the idea of using Qt and C++ to build something. Qt is natively C++, so it's most at home there. Qt works fine in other languages, like Python, but it's not a perfect fit there because Qt is based on the C++ object model.