Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Does anyone know if we can develop apps for ubuntu for phones in Python ?

PyQT / PySide would seem to support also QML. But can we use them on the phones ?

share|improve this question

4 Answers

It's true that PySide's future on Qt 5 is uncertain, but that's not the case for PyQt. So technically, it should be possible to do this.

Then there's the point of politics: Canonical said they will release the source code for Ubuntu Phone in due time, so it's very likely that someone hacks support for Python in it after that. If Canonical itself will support that is not clear yet, as far as I'm aware they didn't make a statement on that yet. Nor is it clear for any OEMs/operators (because there aren't any (known) yet).

share|improve this answer

The problem is, that you also need the Python Qt bindings - PySide. Unfortunately the project is not in a good shape and there is almost no work on Qt5 support AFAIK. So it is not really clear if it will be possible to use Python to develop mobile apps. Currently the SDK seems to only support C++.

share|improve this answer

I may not have the answer, but since they said you will be able to program your application with desktop languages like C/C++, and they have partners like Unity 3D and else, I think it means Ubuntu for phones is compatible with any languages already compatible with Ubuntu desktop. It must be a matter of installing the python libraries...

share|improve this answer

Yes, You can use multiple programming languages, but Python is the recommended one http://developer.ubuntu.com/resources/programming-languages/python/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.