View Single Post
Posts: 237 | Thanked: 157 times | Joined on Dec 2009 @ San Diego, CA
#17
Originally Posted by mmurfin87 View Post
it should be noted, tho, that for any given application c++ will ALWAYS be faster and generally c++ will use system resources more efficiently. although there are a few scenarios where JIT compilers can manage memory more efficiently, they are generally outweighed by the inefficiency of having the rest of the program compiled JIT as well.

That said, python is easier to code in for basic stuff and thus can generally lead to quicker development times.

(posted from my n900)
Certainly, python qt4 development is a great way to get started learning the Qt4 library though, without as much hassle up front.

Given that the current PySide/PyQt4 bindings are entirely unpythonic (pretty direct wrappers around the c++ api), all of the Qt4 knowledge gained during python development should translate well to c/c++ Qt aps.

It's a good way to see whats possible, before having to go through the cumbersome sdk setup/crosscompile process needed to do a c/c++ maemo app.