Thread
:
I want to write apps for N900. Should i learn C or C++?
View Single Post
attila77
2010-03-07 , 11:14
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#
32
Just a slight note - Python is not as slow as you might think, but it requires more 'planning' on how you do stuff if you run into speed limits. Also, what has not been mentioned here, it's fairly easy to mix C++ and Python, so you can replace the more intensive functions with C++ code, minimizing speed differences.
PS. and to correct the statement from a few posts above - PyQt apps require the same amount of root space as regular Qt apps do, no disadvantage there.
__________________
Blogging about mobile linux -
The Penguin Moves!
Maintainer of
PyQt
(
see introduction
and
docs
),
AppWatch
,
QuickBrownFox
, etc
Quote & Reply
|
The Following 3 Users Say Thank You to attila77 For This Useful Post:
fatalsaint
,
noobmonkey
,
pelago
attila77
View Public Profile
Send a private message to attila77
Find all posts by attila77