Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28835 > unrolled thread
| Started by | jayden.shui@gmail.com |
|---|---|
| First post | 2012-09-10 10:24 -0700 |
| Last post | 2012-09-10 11:29 -0700 |
| Articles | 5 — 3 participants |
Back to article view | Back to comp.lang.python
pyQT performance? jayden.shui@gmail.com - 2012-09-10 10:24 -0700
Re: pyQT performance? Vincent Vande Vyvre <vincent.vandevyvre@swing.be> - 2012-09-10 19:59 +0200
Re: pyQT performance? jayden.shui@gmail.com - 2012-09-10 11:29 -0700
Re: pyQT performance? Andrea Crotti <andrea.crotti.0@gmail.com> - 2012-09-10 20:34 +0100
Re: pyQT performance? jayden.shui@gmail.com - 2012-09-10 11:29 -0700
| From | jayden.shui@gmail.com |
|---|---|
| Date | 2012-09-10 10:24 -0700 |
| Subject | pyQT performance? |
| Message-ID | <1fdd6c92-2eb9-41b6-9cdb-84bfb3a4ed75@googlegroups.com> |
Anybody has the experience of the performance of the program developed by pyQT? Is it much slower than the one made by QT, such as (20%)?
[toc] | [next] | [standalone]
| From | Vincent Vande Vyvre <vincent.vandevyvre@swing.be> |
|---|---|
| Date | 2012-09-10 19:59 +0200 |
| Message-ID | <mailman.460.1347300418.27098.python-list@python.org> |
| In reply to | #28835 |
Le 10/09/12 19:24, jayden.shui@gmail.com a écrit : > Anybody has the experience of the performance of the program developed by pyQT? Is it much slower than the one made by QT, such as (20%)? > For my experience, 20% is really surestimated. I'm developping only with PyQt and essentially in the imaging domain (viewing, transformation) and I've never seen a difference of processing speed with the same applications written in C++. Qt + Python, a very good association. -- Vincent V.V. Oqapy <https://launchpad.net/oqapy> . Qarte <https://launchpad.net/qarte> . PaQager <https://launchpad.net/paqager>
[toc] | [prev] | [next] | [standalone]
| From | jayden.shui@gmail.com |
|---|---|
| Date | 2012-09-10 11:29 -0700 |
| Message-ID | <ec74ee4b-01a7-4d39-9705-45a287669bff@googlegroups.com> |
| In reply to | #28840 |
On Monday, September 10, 2012 2:06:59 PM UTC-4, Vincent Vande Vyvre wrote: > Le 10/09/12 19:24, jayden.shui@gmail.com a écrit : > > > Anybody has the experience of the performance of the program developed by pyQT? Is it much slower than the one made by QT, such as (20%)? > > > > > For my experience, 20% is really surestimated. > > > > I'm developping only with PyQt and essentially in the imaging domain > > (viewing, transformation) > > and I've never seen a difference of processing speed with the same > > applications written in C++. > > > > Qt + Python, a very good association. > > > > -- > > Vincent V.V. > > Oqapy <https://launchpad.net/oqapy> . Qarte > > <https://launchpad.net/qarte> . PaQager <https://launchpad.net/paqager> Have you ever used py2exe? After converting the python codes to executable, does it save the time of interpreting the script language? Thank a lot!
[toc] | [prev] | [next] | [standalone]
| From | Andrea Crotti <andrea.crotti.0@gmail.com> |
|---|---|
| Date | 2012-09-10 20:34 +0100 |
| Message-ID | <mailman.463.1347305712.27098.python-list@python.org> |
| In reply to | #28842 |
On 09/10/2012 07:29 PM, jayden.shui@gmail.com wrote > Have you ever used py2exe? After converting the python codes to executable, does it save the time of interpreting the script language? Thank a lot! Py2exe normally never speeds up anything, simply because it doesn't convert to executable, but simply package everything together, so I haven't tried in this particular case but it shouldn't make a difference..
[toc] | [prev] | [next] | [standalone]
| From | jayden.shui@gmail.com |
|---|---|
| Date | 2012-09-10 11:29 -0700 |
| Message-ID | <mailman.462.1347302378.27098.python-list@python.org> |
| In reply to | #28840 |
On Monday, September 10, 2012 2:06:59 PM UTC-4, Vincent Vande Vyvre wrote: > Le 10/09/12 19:24, jayden.shui@gmail.com a écrit : > > > Anybody has the experience of the performance of the program developed by pyQT? Is it much slower than the one made by QT, such as (20%)? > > > > > For my experience, 20% is really surestimated. > > > > I'm developping only with PyQt and essentially in the imaging domain > > (viewing, transformation) > > and I've never seen a difference of processing speed with the same > > applications written in C++. > > > > Qt + Python, a very good association. > > > > -- > > Vincent V.V. > > Oqapy <https://launchpad.net/oqapy> . Qarte > > <https://launchpad.net/qarte> . PaQager <https://launchpad.net/paqager> Have you ever used py2exe? After converting the python codes to executable, does it save the time of interpreting the script language? Thank a lot!
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web