Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #76733 > unrolled thread

Re: Python vs C++

Started byBurak Arslan <burak.arslan@arskom.com.tr>
First post2014-08-21 16:39 +0300
Last post2014-08-21 16:39 +0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Python vs C++ Burak Arslan <burak.arslan@arskom.com.tr> - 2014-08-21 16:39 +0300

#76733 — Re: Python vs C++

FromBurak Arslan <burak.arslan@arskom.com.tr>
Date2014-08-21 16:39 +0300
SubjectRe: Python vs C++
Message-ID<mailman.13249.1408628357.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web