![]() |
2009-11-12
, 16:01
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#12
|
![]() |
2009-11-12
, 16:03
|
|
Posts: 170 |
Thanked: 261 times |
Joined on Feb 2009
@ Gothenburg, Sweden
|
#13
|
![]() |
2009-11-12
, 16:04
|
|
Posts: 170 |
Thanked: 261 times |
Joined on Feb 2009
@ Gothenburg, Sweden
|
#14
|
The interpreter is not running around in the background. It executes the code while it's executing. How much battery is used is only a question of how long the application actually spin the CPU. A lot of applications on the earlier Nokia internet tablets are written in Python, a scripted language, and they're no more CPU/battery hogs than any other applications.
![]() |
2009-11-12
, 16:08
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#15
|
![]() |
2009-11-12
, 17:03
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#16
|
and again cause im a numpty, is PyQt standard on the device. so if an app is developed in pythong with QT. only the App needs installed, as it seems a bit over complicated to expect users to install other tools to use an app. (again if im talking out my rear end do feel free to set me straight)
![]() |
2009-11-12
, 17:13
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#17
|
The Following User Says Thank You to attila77 For This Useful Post: | ||
![]() |
2009-11-12
, 17:42
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#18
|
Hi,
QT is a very complete C++ Library, I think it does not make much sense to use it with another language than C++. It does not only provide Gui-Classes. There are datastructures http://doc.trolltech.com/4.5/containers.html
Networking http://doc.trolltech.com/4.5/qtnetwork.html and a lot of other stuff reducing the c++-code you've to write.
Every QT call is feeded with QT Objects. So if you use it with another language there is a lot conversion work by the binding code. And if using from perl you've the interpreter running which eats your battery before lunch
wire-less
The Following User Says Thank You to daperl For This Useful Post: | ||
![]() |
2009-11-13
, 07:48
|
Posts: 258 |
Thanked: 144 times |
Joined on Oct 2009
@ Edinburgh
|
#19
|
![]() |
2009-11-13
, 15:55
|
|
Posts: 332 |
Thanked: 76 times |
Joined on Oct 2007
@ St. Augustine, Trinidad and Tobago
|
#20
|
So would a c++ solution not be better battery wise?
and again cause im a numpty, is PyQt standard on the device. so if an app is developed in pythong with QT. only the App needs installed, as it seems a bit over complicated to expect users to install other tools to use an app. (again if im talking out my rear end do feel free to set me straight)