Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #76742 > unrolled thread
| Started by | Michael Torrie <torriem@gmail.com> |
|---|---|
| First post | 2014-08-21 09:51 -0600 |
| Last post | 2014-08-21 09:51 -0600 |
| 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.
Re: Python vs C++ Michael Torrie <torriem@gmail.com> - 2014-08-21 09:51 -0600
| From | Michael Torrie <torriem@gmail.com> |
|---|---|
| Date | 2014-08-21 09:51 -0600 |
| Subject | Re: Python vs C++ |
| Message-ID | <mailman.13254.1408636310.18130.python-list@python.org> |
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.
Back to top | Article view | comp.lang.python
csiph-web