Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!diablo1.news.osn.de!news.osn.de!diablo2.news.osn.de!news.tele.dk!news.tele.dk!small.news.tele.dk!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; 'subject:Python': 0.06; '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:arskom.com.tr': 0.16; 'from:addr:burak.arslan': 0.16; 'from:name:burak arslan': 0.16; 'luck,': 0.16; 'menu.': 0.16; 'message-id:@arskom.com.tr': 0.16; 'received:arskomhosting.com': 0.16; 'folder': 0.16; 'language': 0.16; 'wrote:': 0.18; 'app': 0.19; 'putting': 0.22; 'installation': 0.23; 'header:User-Agent:1': 0.23; 'skip:% 10': 0.24; 'script': 0.25; 'task': 0.26; 'header:In-Reply-To:1': 0.27; 'to:2**1': 0.27; "i'm": 0.30; 'project:': 0.31; "i'd": 0.34; 'possible.': 0.35; 'but': 0.35; 'really': 0.36; 'c++': 0.36; 'doing': 0.36; 'half': 0.37; 'to:addr:python-list': 0.38; 'bad': 0.39; 'to:addr:python.org': 0.39; 'full': 0.61; 'back': 0.62; 'to:addr:gmail.com': 0.65; 'enjoy': 0.71; 'day': 0.76; 'exclusive': 0.81 Date: Thu, 21 Aug 2014 16:39:14 +0300 From: Burak Arslan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: David Palao , python-list@python.org Subject: Re: Python vs C++ References: In-Reply-To: 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1408628357 news.xs4all.nl 2958 [2001:888:2000:d::a6]:55961 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76733 On 08/21/14 15:54, David Palao wrote: > But I'm interested in a "genuine" > C++ project: some task where C++ is really THE language (and where > python is actually a bad ab initio choice) 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++. good luck, burak